Skip to content

Commit 8fd6c3a

Browse files
committed
fix: minor function name issue
1 parent 2358d56 commit 8fd6c3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

static/scripts/install-nim-bundle.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ installBundleForRPMDistro(){
364364
echo "Installing nginx plus..."
365365
yum install -y nginx-plus
366366
check_last_command_status "yum install -y nginx-plus" $?
367-
createNginxMgmtFile
367+
create_nginx_mgmt_file
368368
else
369369
echo "Installing nginx..."
370370
yum install -y nginx --repo nginx-stable

0 commit comments

Comments
 (0)