X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=roles%2Fcommon%2Ffiles%2Fbash_prompt.sh;h=d77e4a098135abd528c10d6f27cbf9c8b9562be7;hb=ce8e955b6c67be317f3082df611ff2bafb9f098e;hp=ed8ffd3c20dcd56e0eeca4cba2d1aad817d8e592;hpb=b14314a19105a8a67a6193122697c1c1f6ab43ba;p=awsible 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\\$ "