Skip to content

Commit

Permalink
simplify version assignment
Browse files Browse the repository at this point in the history
  • Loading branch information
ninjudd committed Jan 26, 2013
1 parent 00f5211 commit edef7d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/drip
Original file line number Diff line number Diff line change
Expand Up @@ -343,9 +343,9 @@ function run_drip_command {

# Let's go.

DRIP_VERSION=0.2.1
DRIP_POOL=1
DRIP_HOME=${DRIP_HOME:-~/.drip}
DRIP_VERSION=${DRIP_VERSION:-0.2.1}
DRIP_BRANCH=${DRIP_BRANCH:-master}
DRIP_REPO=${DRIP_REPO:-http://clojars.org/repo}
DRIP_JAR_URL=${DRIP_JAR_URL:-$DRIP_REPO/org/flatland/drip/$DRIP_VERSION/drip-$DRIP_VERSION.jar}
Expand Down

0 comments on commit edef7d7

Please sign in to comment.