Fix little typo that makes the statement useless.

This commit is contained in:
Alex Talker 2015-07-19 13:56:10 +03:00
commit a3f0439de3
3 changed files with 3 additions and 3 deletions

View file

@ -17,7 +17,7 @@ function prompt_char {
}
function box_name {
[ -f ~/.box-name ] && cat ~/.box-name || echo ${SHORT_HOST:-HOST}
[ -f ~/.box-name ] && cat ~/.box-name || echo ${SHORT_HOST:-$HOST}
}
local ruby_env=''