put a colon in a comment is a nono

This commit is contained in:
aikidouke 2016-04-06 19:44:37 +00:00
parent cd749eb12e
commit b66cefe6ef

View file

@ -1,4 +1,4 @@
# Set PS1 based on env:
# Set PS1 based on env
#
{% if {{ env }} in 'production' %}
PS1="\e[0;31m[PROD]\e[m[\u@\h \W]\$ "