Skip to content

Commit c265702

Browse files
committed
fixup! fix(global): update the installation script
1 parent db0d3d3 commit c265702

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)