Skip to content
This repository has been archived by the owner on Jan 6, 2021. It is now read-only.

Commit

Permalink
Merge 'richo/master' to update the download location.
Browse files Browse the repository at this point in the history
Conflicts:
	app/views/bootstrap/up.sh.erb
  • Loading branch information
benhoskings committed Nov 3, 2012
2 parents 4a96c3f + 88f63a0 commit 5aa3485
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/bootstrap/up.sh.erb
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ home=$(sh -c "echo ~$(whoami)")
# The name of the shell we're running on. # The name of the shell we're running on.
shell=$(ps -c -o command -p $$ | tail -n1 | sed -e 's/^\-//') shell=$(ps -c -o command -p $$ | tail -n1 | sed -e 's/^\-//')


from="https://nodeload.github.com/benhoskings/babushka/tarball/$ref" from="https://github.com/benhoskings/babushka/archive/$ref.tar.gz"
to="$home/.babushka/bootstrap" to="$home/.babushka/bootstrap"


interactive=$([ -t 0 ] && echo 'true' || echo 'false') interactive=$([ -t 0 ] && echo 'true' || echo 'false')
Expand Down

0 comments on commit 5aa3485

Please sign in to comment.