Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Apr 28, 2020. It is now read-only.

Commit 1177cd8

Browse files
committed
shellcheck install.sh
1 parent f84a337 commit 1177cd8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

install.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,4 +74,5 @@ darwin*)
7474
esac
7575

7676
log "sail has been installed into /usr/local/bin/sail"
77-
log "please ensure /usr/local/bin is in your \$PATH"
77+
# shellcheck disable=SC2016
78+
log 'please ensure /usr/local/bin is in your $PATH'

0 commit comments

Comments
 (0)