Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
vs4vijay committed Apr 8, 2020
1 parent 33861fd commit 6b787c9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scripts/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,9 @@
# curl -fsSL https://raw.githubusercontent.com/srijanone/vega/develop/scripts/install.sh | bash

VERSION="1.0.0"
BREW=$(command -v brew1)
BREW=$(command -v brew)

set -e
#set -x

function copy_binary() {
name="$1"
Expand Down

0 comments on commit 6b787c9

Please sign in to comment.