Skip to content

Commit

Permalink
Added validURL array to viper
Browse files Browse the repository at this point in the history
  • Loading branch information
farhadmak committed Oct 5, 2018
1 parent 820403c commit 5aecb1b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions interfacer/src/browsh/browsh.go
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,7 @@ func MainEntry() {
}
}
}
viper.SetDefault("validURL", validURL)
Initialise()
if viper.GetBool("version") {
println(browshVersion)
Expand All @@ -212,4 +213,5 @@ func MainEntry() {
} else {
ttyEntry()
}

}
Binary file added interfacer/src/debug
Binary file not shown.

0 comments on commit 5aecb1b

Please sign in to comment.