Skip to content
This repository has been archived by the owner on May 6, 2022. It is now read-only.

Commit

Permalink
remove hard coded test url
Browse files Browse the repository at this point in the history
  • Loading branch information
MHBauer committed Sep 2, 2017
1 parent 6c8e235 commit d3a0e16
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 9 deletions.
3 changes: 0 additions & 3 deletions plugin/cmd/kubectl/bind-service/bind-service.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,6 @@ const usage = `Usage:

func main() {
svcURL := utils.SCUrlEnv()
if svcURL == "" {
svcURL = "192.168.99.100:30080"
}

if len(os.Args) != 4 {
utils.Exit1(usage)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,6 @@ const usage = `Usage:

func main() {
svcURL := utils.SCUrlEnv()
if svcURL == "" {
svcURL = "192.168.99.100:30080"
}

if len(os.Args) != 3 {
utils.Exit1(usage)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,6 @@ const usage = `Usage:

func main() {
svcURL := utils.SCUrlEnv()
if svcURL == "" {
svcURL = "192.168.99.100:30080"
}

if len(os.Args) != 5 {
utils.Exit1(usage)
Expand Down

0 comments on commit d3a0e16

Please sign in to comment.