Skip to content

Commit

Permalink
Use index variable on name (#459)
Browse files Browse the repository at this point in the history
  • Loading branch information
febo authored Jul 4, 2023
1 parent abf2efd commit ac95d44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/sugar-cli-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -652,7 +652,7 @@ if [ $RESUME -eq 0 ]; then
if [ "$HIDDEN" == "Y" ]; then
NAME="Reveal Item #$INDEX"
else
NAME="[$TIMESTAMP] Test #$NAME"
NAME="[$TIMESTAMP] Test #$INDEX"
fi

METADATA_HASH=`sha256sum "$ASSETS_DIR/$i.json" | cut -d ' ' -f 1`
Expand Down

0 comments on commit ac95d44

Please sign in to comment.