Skip to content

Commit f5a779b

Browse files
committed
fix: quotation typo
1 parent 30c37fb commit f5a779b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/recipes/demo.just

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ start-demo:
195195
)
196196
DECISION=yes \
197197
ROLE=cc \
198-
VOTE_KEY="$CC_DIR/cc-1-hot \
198+
VOTE_KEY="$CC_DIR/cc-1-hot" \
199199
nix run .#job-submit-vote
200200
echo "Sleeping $FIXED_DELAY_SECS seconds until $(date -d @$(($(date +%s) + $FIXED_DELAY_SECS)))"
201201
sleep "$FIXED_DELAY_SECS"

0 commit comments

Comments
 (0)