Skip to content

Commit

Permalink
Only print OSS tunnel data once
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
  • Loading branch information
alexellis committed Nov 13, 2019
1 parent 9716d2a commit 6c88f27
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions cmd/create.go
Original file line number Diff line number Diff line change
Expand Up @@ -160,17 +160,6 @@ func runCreate(cmd *cobra.Command, _ []string) error {
IP: %s
Auth-token: %s
Command:
export UPSTREAM=http://127.0.0.1:8000
inlets client --remote "ws://%s:%d" \
--token "%s" \
--upstream $UPSTREAM
`,
hostStatus.IP, inletsToken, hostStatus.IP, inletsControlPort, inletsToken)
fmt.Printf(`Inlets OSS exit-node summary:
IP: %s
Auth-token: %s
Command:
export UPSTREAM=http://127.0.0.1:8000
inlets client --remote "ws://%s:%d" \
Expand Down

0 comments on commit 6c88f27

Please sign in to comment.