Skip to content

Commit

Permalink
Fixed typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
BugDiver authored and sriv committed Mar 21, 2017
1 parent c831b1d commit 2353fbe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/install/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ set_prefix_interavctively() {
}

# Set prefix for installion in noninteractive mode
set_prefix_noninteravctively() {
set_prefix_noninteractively() {
if [[ -z $GAUGE_PREFIX ]]; then
prefix=/usr/local
else
Expand Down Expand Up @@ -272,7 +272,7 @@ install_gauge_interactively() {
# Install gauge noninteractively
install_gauge_noninteractively() {
config=$HOME/.gauge/config
set_prefix_noninteravctively
set_prefix_noninteractively
create_prefix_noninteractively
copy_gauge_binaries_noninteractively
create_config_if_does_not_exist
Expand Down

0 comments on commit 2353fbe

Please sign in to comment.