From: Justin Wind Date: Thu, 16 Mar 2017 17:34:03 +0000 (-0700) Subject: actually fix bash prompt X-Git-Url: http://git.squeep.com/?p=awsible;a=commitdiff_plain;h=e9f9acbe0d91e2df8982afdfccaf113eb1953f3d actually fix bash prompt --- diff --git a/roles/common/files/bash_prompt.sh b/roles/common/files/bash_prompt.sh index ed8ffd3..d77e4a0 100644 --- a/roles/common/files/bash_prompt.sh +++ b/roles/common/files/bash_prompt.sh @@ -13,7 +13,7 @@ prompt_string(){ _addr="${_green}${PRIVATE_IP}${_normal}" fi local _id="${_yellow}${INSTANCE_ID}${_normal}" - local _app="${_yellow}${CLOUD_MODULE}-${CLOUD_PHASE}${_normal}" + local _app="${_yellow}${CLOUD_APP}-${CLOUD_DEV_PHASE}${_normal}" local _path="${_cyan}\w${_normal}" echo ":${_resultcode}:${_user}@${_addr}:${_app}:${_id}:${_path}\n\\$ "