Skip to content

Commit ecbd7f3

Browse files
committed
Fix init quiet shell followup case
1 parent d63c30e commit ecbd7f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Swiftly/Init.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ struct Init: SwiftlyCommand {
281281
""")
282282
}
283283

284-
if pathChanged {
284+
if pathChanged && !quietShellFollowup {
285285
try await Self.handlePathChange(ctx)
286286
}
287287

0 commit comments

Comments
 (0)