Skip to content

Commit

Permalink
Improved message output
Browse files Browse the repository at this point in the history
  • Loading branch information
yaroslav-gwit committed Mar 4, 2023
1 parent 9195713 commit 0600605
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/image.go
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ func listAvailableImages() error {
return err
}

fmt.Println(" 🔗 OS Images available on the public server: " + hostConfig.ImageServer)
fmt.Println("🔗 OS Images available on the public server: " + hostConfig.ImageServer)

// Parse website response
resp, err := http.Get(hostConfig.ImageServer)
Expand Down

0 comments on commit 0600605

Please sign in to comment.