cmd: update the final message in osbuild-upload-pulp-ostree
Since the UploadAndDistributeCommit() function now waits for all tasks to finish, update the wording of the final message to indicate that the commit is available.
This commit is contained in:
parent
15dbb90eda
commit
9a2f6fc33e
1 changed files with 1 additions and 1 deletions
|
|
@ -30,5 +30,5 @@ func main() {
|
|||
repoURL, err := client.UploadAndDistributeCommit(filename, repository, basePath)
|
||||
check(err)
|
||||
|
||||
fmt.Printf("The commit will be available in the repository at %s\n", repoURL)
|
||||
fmt.Printf("The commit is available in the repository at %s\n", repoURL)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue