Skip to content
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: 2 additions & 2 deletions cmd/push.go
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ func NewPushWorkflowCmd() *cobra.Command {
return
}

log.Info("Successfully pushed artifact for current job.\n")
log.Info("Successfully pushed artifact for current workflow.\n")
log.Infof("* Local source: %s.\n", paths.Source)
log.Infof("* Remote destination: %s.\n", paths.Destination)
},
Expand Down Expand Up @@ -160,7 +160,7 @@ func NewPushProjectCmd() *cobra.Command {
return
}

log.Info("Successfully pushed artifact for current job.\n")
log.Info("Successfully pushed artifact for current project.\n")
log.Infof("* Local source: %s.\n", paths.Source)
log.Infof("* Remote destination: %s.\n", paths.Destination)
},
Expand Down