Skip to content

Commit

Permalink
Fixed typo in install.sh
Browse files Browse the repository at this point in the history
s/exras/extras/
  • Loading branch information
nwinkler committed Sep 4, 2015
1 parent e042c5c commit 30747be
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 30747be

Please sign in to comment.