summarylogtreecommitdiffstats
path: root/.install
diff options
context:
space:
mode:
authorEwout van Mansom2021-02-02 14:05:00 +0100
committerEwout van Mansom2021-02-03 14:31:01 +0100
commitb3df570d36fc6556cc74a23062c9cf4a0fc8b992 (patch)
tree0f6728087430756ff08c5a32a02c1cad1d26d889 /.install
parent9c278a080071d0f32acc49597043a6f5194138ba (diff)
downloadaur-b3df570d36fc6556cc74a23062c9cf4a0fc8b992.tar.gz
Encapsulate path in .install post_install message
Diffstat (limited to '.install')
-rw-r--r--.install2
1 files changed, 1 insertions, 1 deletions
diff --git a/.install b/.install
index 05d72d13cba1..1364cd4190ec 100644
--- a/.install
+++ b/.install
@@ -5,7 +5,7 @@ post_install() {
echo
echo 'Start using the h5bp configuration by copying the example NGINX'
echo 'configuration from `/etc/nginx/conf.d/templates/example.com.conf`'
- echo 'to the /etc/nginx/conf.d directory with the desired domain and'
+ echo 'to the `/etc/nginx/conf.d` directory with the desired domain and'
echo 'top level name to your liking.'
}