Skip to content

Commit

Permalink
fix: typo in CLI update log messages (#775)
Browse files Browse the repository at this point in the history
  • Loading branch information
ghaabor authored Aug 9, 2021
1 parent 513e394 commit a31ae4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cli/update.go
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ func update(c *cli.Context) error {
}

if withBrew {
log.Infof("Bitrise CLI installer with homebrew")
log.Infof("Bitrise CLI installed with homebrew")

if versionFlag != "" {
return errors.New("it seems you installed Bitrise CLI with Homebrew. Version flag is only supported for GitHub release page installations")
Expand Down Expand Up @@ -256,7 +256,7 @@ func update(c *cli.Context) error {
return nil
}

log.Infof("Bitrise CLI installer from source")
log.Infof("Bitrise CLI installed from source")

if versionFlag == "" {
latest, err := latestTag()
Expand Down

0 comments on commit a31ae4b

Please sign in to comment.