actually fix bash prompt
authorJustin Wind <j.wind@partner.samsung.com>
Thu, 16 Mar 2017 17:34:03 +0000 (10:34 -0700)
committerJustin Wind <j.wind@partner.samsung.com>
Thu, 16 Mar 2017 17:34:03 +0000 (10:34 -0700)
roles/common/files/bash_prompt.sh

index ed8ffd3c20dcd56e0eeca4cba2d1aad817d8e592..d77e4a098135abd528c10d6f27cbf9c8b9562be7 100644 (file)
@@ -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\\$ "