Skip to content

Commit 36717af

Browse files
authored
fix(q3): Fix q3-only typo in install_config.sh (#4709)
1 parent ee20e18 commit 36717af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lgsm/modules/install_config.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -614,7 +614,7 @@ elif [ "${shortname}" == "q2" ]; then
614614
fn_list_config_locations
615615
elif [ "${shortname}" == "q3" ]; then
616616
array_configs+=(server.cfg)
617-
fn_fetch_default_configs
617+
fn_fetch_default_config
618618
fn_default_config_remote
619619
fn_set_config_vars
620620
fn_list_config_locations

0 commit comments

Comments
 (0)