Skip to content

Commit

Permalink
stamp version v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
guedes committed Dec 8, 2013
1 parent 0107782 commit 9497b38
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bin/pgvm-self-install
Original file line number Diff line number Diff line change
Expand Up @@ -109,9 +109,9 @@ parse_options()
parse_options $*

pgvm_home=${opt_pgvm_home:-"$HOME/.pgvm"}
pgvm_logs=${opt_pgvm_logs:-"\${pgvm_home}/logs"}
pgvm_clusters=${opt_pgvm_clusters:-"\${pgvm_home}/clusters"}
pgvm_environments=${opt_pgvm_environments:-"\${pgvm_home}/environments"}
pgvm_logs=${opt_logs_dir:-"\${pgvm_home}/logs"}
pgvm_clusters=${opt_clusters_dir:-"\${pgvm_home}/clusters"}
pgvm_environments=${opt_environments_dir:-"\${pgvm_home}/environments"}

echo "PostgreSQL version manager's installer"

Expand Down

0 comments on commit 9497b38

Please sign in to comment.