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

Commit 9a77aa0

Browse files
committed
typo
1 parent 4f30a92 commit 9a77aa0

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
@@ -35,7 +35,7 @@ freebsd_build_task:
3535

3636
build_script:
3737
- |
38-
if [ -n "{$working_dir}" ]; then change_dir="cd ${working_dir} &&"; fi
38+
if [ -n "${working_dir}" ]; then change_dir="cd ${working_dir} &&"; fi
3939
echo "$change_dir npm install --unsafe-perm" | $exec_prefix /bin/sh
4040
4141
publish_script:

0 commit comments

Comments
 (0)