Skip to content

Commit

Permalink
Copy fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ofalvai committed Oct 27, 2023
1 parent a20cb04 commit 6b4fce4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bitrise/setup.go
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ func doSetupBitriseCoreTools() error {

func doSetupOnOSX(isMinimalSetupMode bool) error {
log.Print()
log.Infof("Doing OS X specific setup")
log.Infof("Doing macOS-specific setup")
log.Printf("Checking required tools...")

if err := CheckIsHomebrewInstalled(isMinimalSetupMode); err != nil {
Expand Down

0 comments on commit 6b4fce4

Please sign in to comment.