Skip to content
This repository was archived by the owner on Jul 24, 2024. It is now read-only.

Commit eddd3d4

Browse files
committed
/tmp/scripts2939487f6999eb9d18a44784045d87f3.sh: 7: Syntax error: Unterminated quoted string
1 parent 9f3d09b commit eddd3d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.cirrus.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ freebsd_build_task:
3939
if [ -n "${working_dir}" ]; then change_dir="cd ${working_dir} &&"; fi
4040
echo "$change_dir npm install --unsafe-perm --production" | $exec_prefix /bin/sh
4141
echo "Generated files:"
42-
echo "$change_dir find vendor | $exec_prefix /bin/sh
42+
echo "$change_dir find vendor" | $exec_prefix /bin/sh
4343
4444
publish_task:
4545
only_if: $CIRRUS_TAG != ""

0 commit comments

Comments
 (0)