Skip to content

Commit 19c0d45

Browse files
authored
Merge pull request #261 from pkgxdev/escape-backticks
oops, escape backticks
2 parents 76e1dc6 + c6e4057 commit 19c0d45

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

installer.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,19 +60,19 @@ _install_pre_reqs() {
6060
apt() {
6161
case "$1" in
6262
update)
63-
echo "ensure you have the `pkgx` pre-requisites installed:" >&2
63+
echo "ensure you have the \`pkgx\` pre-requisites installed:" >&2
6464
;;
6565
install)
6666
echo " apt-get" "$@" >&2
6767
;;
6868
esac
6969
}
7070
yum() {
71-
echo "ensure you have the `pkgx` pre-requisites installed:" >&2
71+
echo "ensure you have the \`pkgx\` pre-requisites installed:" >&2
7272
echo " yum" "$@" >&2
7373
}
7474
pacman() {
75-
echo "ensure you have the `pkgx` pre-requisites installed:" >&2
75+
echo "ensure you have the \`pkgx\` pre-requisites installed:" >&2
7676
echo " pacman" "$@" >&2
7777
}
7878
fi

0 commit comments

Comments
 (0)