Skip to content

Commit

Permalink
Remove that last commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
envygeeks committed Jun 15, 2017
1 parent add0072 commit 88e0c20
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions repos/jekyll/copy/all/usr/local/bin/depends
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,8 @@ if [ -f Gemfile ]; then

if [ "$1" = "install" ]
then bundle check > /dev/null 2>&1 || \
sudo -EHu jekyll bundle install \
$BUNDLE_ARGS
sudo -EHu jekyll bundle install $BUNDLE_ARGS
else
sudo -EHu jekyll bundle \
"$@" $BUNDLE_ARGS
sudo -EHu jekyll bundle "$@"
fi
fi

0 comments on commit 88e0c20

Please sign in to comment.