Skip to content

Commit 07005f0

Browse files
committed
fix: Final tweaks for packer script
1 parent 3e800c9 commit 07005f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/pack

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ cp scripts/install build/
1717

1818
MODULE_NAME="whmcs-module"
1919

20-
if [[ -n "$CI" ]]; then
20+
if [[ -z "$CI" ]]; then
2121
MODULE_NAME="$(basename "$(pwd)")"
2222
fi
2323

0 commit comments

Comments
 (0)