Skip to content

Commit

Permalink
fix: 修复sethook命令传参错误bug
Browse files Browse the repository at this point in the history
  • Loading branch information
WGrape committed Sep 17, 2022
1 parent 217384f commit e878889
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion posture
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ fi

COMMAND=$1
if [ "${COMMAND}" == "sethook" ]; then
sethook $currentDir
sethook $POSTUREPATH
elif [ "${COMMAND}" == "adjust" ]; then
checkConfig && adjust
elif [ "${COMMAND}" == "info" ]; then
Expand Down

0 comments on commit e878889

Please sign in to comment.