Skip to content

Commit

Permalink
Merge pull request #437 from nwinkler/patch-2
Browse files Browse the repository at this point in the history
Fixed typo in install.sh
  • Loading branch information
hemanth committed Sep 5, 2015
2 parents e042c5c + 30747be commit 0e05f63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ make_install() {

cd /tmp \
&& rm -rf ./git-extras \
&& echo "Setting up 'git-exras'...." \
&& echo "Setting up 'git-extras'...." \
&& git clone https://github.com/tj/git-extras.git &> /dev/null \
&& cd git-extras \
&& git checkout \
Expand Down

0 comments on commit 0e05f63

Please sign in to comment.