Skip to content

Commit

Permalink
fix: Final tweaks for packer script
Browse files Browse the repository at this point in the history
  • Loading branch information
seebeen committed Sep 24, 2023
1 parent 3e800c9 commit 07005f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/pack
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ cp scripts/install build/

MODULE_NAME="whmcs-module"

if [[ -n "$CI" ]]; then
if [[ -z "$CI" ]]; then
MODULE_NAME="$(basename "$(pwd)")"
fi

Expand Down

0 comments on commit 07005f0

Please sign in to comment.