Skip to content

Commit

Permalink
polish log messages
Browse files Browse the repository at this point in the history
  • Loading branch information
mhewedy committed Aug 21, 2020
1 parent a06027c commit b5ab6a2
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion vagrant/image_url.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ type version struct {

func GetImageURL(image string) (string, error) {

stop := progress.Show("Getting Image information from Vagrant Cloud", false)
stop := progress.Show("Getting Image info from Vagrant Cloud", false)
defer stop()

user, imageName, imageVersion := getImageParts(image)
Expand Down
1 change: 1 addition & 0 deletions vagrant/process_image.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ var (
errImageIsNotGzipped = errors.New("image is not gzipped, may be tarred only")
)

// ProcessImage process vagrant image after downloaded
func ProcessImage(imagePath string) error {

stop := progress.Show("Convert Vagrant image into Vermin format", false)
Expand Down

0 comments on commit b5ab6a2

Please sign in to comment.