Skip to content

Commit 6afffaa

Browse files
committed
misc: Quoting
1 parent 3c61aef commit 6afffaa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tutorials.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
echo "RUN_CMD=docker run \
100100
--init -t --rm \
101101
--name testrun \
102-
devito_img${UNIQUE}" >> "$GITHUB_ENV"
102+
\"devito_img${UNIQUE}\"" >> "$GITHUB_ENV"
103103
else
104104
echo "RUN_CMD=" >> "$GITHUB_ENV"
105105
fi

0 commit comments

Comments
 (0)