Minor formatting update to Kalibrate installs script

pull/334/head
romeo-golf 2017-01-08 19:13:10 +00:00
rodzic 6fd2b0bc4f
commit 370b27da38
1 zmienionych plików z 0 dodań i 1 usunięć

Wyświetl plik

@ -107,7 +107,6 @@ if [[ true ]] ; then
# Check if already installed and located where we would expect it to be.
if [[ -x `which kal` ]] && [[ -d "${BETA_BUILD_DIRECTORY}" ]] ; then
# Then perhaps we can update from github.
echo -en "\e[33m Updating ${BETA_GITHUB_PROJECT} from \"\e[37m${BETA_GITHUB_URL_SHORT}\e[33m\"...\e[97m"
cd ${BETA_BUILD_DIRECTORY}
ACTION=$(git remote update 2>&1)
if [[ `git status -uno | grep -c "is behind"` -gt 0 ]] ; then