Skip to content

Commit

Permalink
Remove extra -x
Browse files Browse the repository at this point in the history
  • Loading branch information
holatuwol committed Nov 18, 2020
1 parent a394670 commit 97bb292
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gd
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ project_to_library ${PWD}
if [ "" == "$(grep -F .jsp ${GIT_ROOT}/status.txt)" ]; then
${SCRIPT_FOLDER}/gw -x compileJSP deploy
else
${SCRIPT_FOLDER}/gw -x deploy
${SCRIPT_FOLDER}/gw deploy
fi

rm ${GIT_ROOT}/status.txt

0 comments on commit 97bb292

Please sign in to comment.