Skip to content

Commit

Permalink
Merge pull request #4 from CodingCattwo/patch-1
Browse files Browse the repository at this point in the history
fix if in shell
  • Loading branch information
dalaocu authored Apr 22, 2021
2 parents 940244d + dd3e1a0 commit 3cad231
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ gradle jar
echo end compiling scaffold...

echo start generating $ARTIFACT...
if [ -z "$SELECTOR"]; then
if [ -z "$SELECTOR" ]; then
java -jar dist/solscaffold.jar -g $GROUP -a $ARTIFACT -s $SOL_DIR -o $TOOLS_DIR
else
java -jar dist/solscaffold.jar -g $GROUP -a $ARTIFACT -s $SOL_DIR -o $TOOLS_DIR -n $SELECTOR
Expand Down

0 comments on commit 3cad231

Please sign in to comment.