Skip to content

Commit df620d2

Browse files
author
Aaron O'Mullan
committed
Fix typo in apache runner
1 parent 51c938b commit df620d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/cb.project/php/run_apache.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ function start_mysql() {
124124
return
125125
fi
126126

127-
locals needs_pwd="$(needs_sudo_pwd)"
127+
local needs_pwd="$(needs_sudo_pwd)"
128128
# Try running in sudo or not
129129
if [ -n ${needs_pwd} ]; then
130130
sudo -n ${sudo_mysql} &

0 commit comments

Comments
 (0)