Skip to content

Commit

Permalink
fix(q3): Fix q3-only typo in install_config.sh (#4709)
Browse files Browse the repository at this point in the history
  • Loading branch information
tlbjr authored Dec 11, 2024
1 parent ee20e18 commit 36717af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lgsm/modules/install_config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -614,7 +614,7 @@ elif [ "${shortname}" == "q2" ]; then
fn_list_config_locations
elif [ "${shortname}" == "q3" ]; then
array_configs+=(server.cfg)
fn_fetch_default_configs
fn_fetch_default_config
fn_default_config_remote
fn_set_config_vars
fn_list_config_locations
Expand Down

0 comments on commit 36717af

Please sign in to comment.