Skip to content

Commit

Permalink
fix: script
Browse files Browse the repository at this point in the history
  • Loading branch information
veeso committed Jan 31, 2024
1 parent 3316530 commit d70b585
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sesamo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ fi

start() {
CMD=$(which sesamo)
if [ -z "$SESAMO_PATH" ]; then
if [ -z "$CMD" ]; then
CMD="cargo make -p production run"
fi

Expand Down

0 comments on commit d70b585

Please sign in to comment.