Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Sverdlov <michaelsv@jfrog.com>
  • Loading branch information
sverdlov93 committed Mar 27, 2024
1 parent 5e6aced commit 03a1c71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion general/ai/cli.go
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ func (fb *feedbackBody) getUserFeedback() {
if strings.HasPrefix(fb.ExpectedAnswer, "jf ") {
break
} else {
log.Output("Please provide a valid JFrog CLI command that start with jf. (Example: 'jf rt upload ...')")
log.Output("Please provide a valid JFrog CLI command that start with jf. (Example: 'jf rt u ...')")
}
}
}
Expand Down

0 comments on commit 03a1c71

Please sign in to comment.