Skip to content

Commit b1eea5b

Browse files
authored
Fix small typo in Laravel automations description (#99)
Replaced `specifcally` with `specifically`
1 parent bbabdd3 commit b1eea5b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/fpm/etc/s6-overlay/scripts/laravel-automations

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ if [ -f $WEBUSER_HOME/artisan ] && [ ${AUTORUN_ENABLED:="true"} == "true" ]; the
2323
s6-setuidgid webuser php $WEBUSER_HOME/artisan storage:link
2424
fi
2525
else
26-
echo "👉 Skipping Laravel automations because we could not detect a Laravel install or it was specifcally disabled..."
26+
echo "👉 Skipping Laravel automations because we could not detect a Laravel install or it was specifically disabled..."
2727
fi
2828

29-
exit 0
29+
exit 0

0 commit comments

Comments
 (0)