Skip to content

Commit

Permalink
Update ack-grep to 2.16
Browse files Browse the repository at this point in the history
  • Loading branch information
todeveni committed Mar 15, 2017
1 parent 2c4135b commit 5da2bd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion provision/provision.sh
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ tools_install() {
echo "ack-grep already installed"
else
echo "Installing ack-grep as ack"
curl -s http://beyondgrep.com/ack-2.14-single-file > "/usr/bin/ack" && chmod +x "/usr/bin/ack"
curl -s https://beyondgrep.com/ack-2.16-single-file > "/usr/bin/ack" && chmod +x "/usr/bin/ack"
fi

# COMPOSER
Expand Down

0 comments on commit 5da2bd7

Please sign in to comment.