Skip to content

Commit 94da425

Browse files
committed
Remove verbose flag
1 parent 4759865 commit 94da425

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.swift-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
6.0
1+
6.0.2

Tests/SwiftlyTests/E2ETests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ final class E2ETests: SwiftlyTests {
8282
let extractedSwiftly = FileManager.default.homeDirectoryForCurrentUser.appendingPathComponent("usr/local/bin/swiftly").path
8383
#endif
8484

85-
try Swiftly.currentPlatform.runProgram(extractedSwiftly, "init", "--assume-yes", "--verbose", quiet: false)
85+
try Swiftly.currentPlatform.runProgram(extractedSwiftly, "init", "--assume-yes", quiet: false)
8686

8787
let shell = try await Swiftly.currentPlatform.getShell()
8888

0 commit comments

Comments
 (0)