Skip to content

Commit 70932c0

Browse files
committed
[#498] Update case .none
1 parent cae4b35 commit 70932c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Scripts/Swift/iOSTemplateMaker/Sources/iOSTemplateMaker/SetUpCICDService.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ struct SetUpCICDService {
7070
fileManager.moveFiles(in: ".github/self_hosted_project_workflows", to: ".github/workflows")
7171
fileManager.removeItems(in: ".github/project_workflows")
7272
fileManager.removeItems(in: ".github/self_hosted_project_workflows")
73-
case .later:
73+
case .later, .none:
7474
print("You can manually setup the runner later.")
7575
}
7676
case .bitrise:

0 commit comments

Comments
 (0)