Skip to content
This repository was archived by the owner on Feb 27, 2018. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions cmds.go
Original file line number Diff line number Diff line change
Expand Up @@ -411,9 +411,7 @@ func cmdIP() error {
}
}
if IP != "" {
fmt.Fprintf(os.Stderr, "\nThe VM's Host only interface IP address is: ")
fmt.Printf("%s", IP)
fmt.Fprintf(os.Stderr, "\n\n")
fmt.Println(IP)
} else {
fmt.Fprintf(os.Stderr, "\nFailed to get VM Host only IP address.\n")
fmt.Fprintf(os.Stderr, "\tWas the VM initialized using boot2docker?\n")
Expand Down