Skip to content

Commit 77aaa63

Browse files
committed
fix: quotation typo in demo.just recipes
1 parent 04604d2 commit 77aaa63

File tree

1 file changed

+1
-1
lines changed
  • templates/cardano-parts-project/scripts/recipes

1 file changed

+1
-1
lines changed

templates/cardano-parts-project/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)