Skip to content

Commit 1e0284c

Browse files
committedMar 24, 2025
fixup! fix(global): update the installation script
1 parent d1bdea5 commit 1e0284c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

Diff for: ‎scripts/configure.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ function display_footer {
114114
display_banner
115115
display_header
116116
verify_prerequesite_programs
117-
if [ "$1" == "notvariables" ]; then
117+
if [ "$1" == "without-env-file" ]; then
118118
echo "Skipping environment variables generation"
119119
else
120120
generate_environment_config_file

0 commit comments

Comments
 (0)