From e9f9acbe0d91e2df8982afdfccaf113eb1953f3d Mon Sep 17 00:00:00 2001 From: Justin Wind Date: Thu, 16 Mar 2017 10:34:03 -0700 Subject: [PATCH] actually fix bash prompt --- roles/common/files/bash_prompt.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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\\$ " -- 2.43.2