Skip to content

Commit

Permalink
easy install: minor user message change for first-time install
Browse files Browse the repository at this point in the history
  • Loading branch information
Sitaram Chamarty committed Dec 22, 2009
1 parent ba3cbd7 commit 9c3abb2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/gl-easy-install
Expand Up @@ -199,8 +199,8 @@ version_info() {
git describe --tags --long HEAD 2>/dev/null > src/VERSION || echo '(unknown)' > src/VERSION

# what was the old version there?
export upgrade_details="you are upgrading from \
$(ssh -p $port $user@$host cat gitolite-install/src/VERSION 2>/dev/null || echo '(unknown)' ) \
export upgrade_details="you are upgrading \
$(ssh -p $port $user@$host cat gitolite-install/src/VERSION 2>/dev/null || echo '(or installing first-time)' ) \
to $(cat src/VERSION)"

prompt "$upgrade_details" "$v_upgrade_details"
Expand Down

0 comments on commit 9c3abb2

Please sign in to comment.