Skip to content

Commit ec77589

Browse files
committed
a
1 parent 3bac628 commit ec77589

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.devtools/provision.sh

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,9 +94,11 @@ echo -n "One-time login link: "
9494
drush -l "http://${WEBSERVER_HOST}:${WEBSERVER_PORT}" uli --no-browser
9595
echo
9696
if [ -f ".ahoy.yml" ]; then
97-
echo "Run \`ahoy\` to see available commands."
97+
# shellcheck disable=SC2016
98+
echo 'Run `ahoy` to see available commands.'
9899
fi
99100
if [ -f "Makefile" ]; then
100-
echo "Run \`make\` to see available commands."
101+
# shellcheck disable=SC2016
102+
echo 'Run `make` to see available commands.'
101103
fi
102104
echo

0 commit comments

Comments
 (0)