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

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
jason committed Jul 21, 2019
1 parent 2b95b3a commit 3fafec2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/docker.go
Original file line number Diff line number Diff line change
Expand Up @@ -487,7 +487,7 @@ func DownloadFilefromGithubPlus(name, tag, filename, url, folder, yaml string) *
}
}

fmt.Printf("Downloading %s from %s", filename, gen_url)
fmt.Printf("Downloading %s from %s\n", filename, gen_url)
return nil
}

Expand Down

0 comments on commit 3fafec2

Please sign in to comment.