Skip to content

Commit 301a27c

Browse files
committed
Fix glue code quotes
1 parent fc36ade commit 301a27c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ci/cargo_glue.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ set -e
77
# We need this script because the cwd that cargo runs the runner in changes
88
# depending on crate.
99

10-
cd "$GITHUB_WORKSPACE/.ci/;
10+
cd "$GITHUB_WORKSPACE/.ci/"
1111
echo "In glue script with cwd: $(pwd)"
1212
echo "Got args: $@"

0 commit comments

Comments
 (0)