Skip to content

Commit

Permalink
Update Sources/CartonCLI/Commands/Test.swift
Browse files Browse the repository at this point in the history
Co-authored-by: Max Desiatov <[email protected]>
  • Loading branch information
kateinoigakukun and MaxDesiatov authored May 30, 2022
1 parent 5258995 commit b8f7e99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/CartonCLI/Commands/Test.swift
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ struct Test: AsyncParsableCommand {
bundlePath = AbsolutePath(preBundlePath, relativeTo: localFileSystem.currentWorkingDirectory!)
guard localFileSystem.exists(bundlePath) else {
terminal.write(
"No built binary found in \(bundlePath)\n",
"No prebuilt binary found in \(bundlePath)\n",
inColor: .red
)
throw ExitCode.failure
Expand Down

0 comments on commit b8f7e99

Please sign in to comment.