You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Sources/Swiftly/Init.swift
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -67,21 +67,21 @@ struct Init: SwiftlyCommand {
67
67
// Give the user the prompt and the choice to abort at this point.
68
68
if !assumeYes {
69
69
#if os(Linux)
70
-
letsigMsg=" In the process of installing the new toolchain swiftly will add swift.org GnuPG keys into your keychain to verify the integrity of the downloads."
70
+
letsigMsg=" In the process of installing the new toolchain, swiftly will add swift.org GnuPG keys into your keychain to verify the integrity of the downloads."
71
71
#else
72
72
letsigMsg=""
73
73
#endif
74
74
letinstallMsg=if !skipInstall {
75
-
"\nOnce swiftly is installed it will install the latest available swift toolchain.\(sigMsg)\n"
75
+
"\nOnce swiftly is installed it will install the latest available Swift toolchain.\(sigMsg)\n"
76
76
}else{""}
77
77
78
78
SwiftlyCore.print("""
79
-
Swiftly will be installed into the following locations:
79
+
Swiftly will install files into the following locations:
80
80
81
-
\(Swiftly.currentPlatform.swiftlyHomeDir.path) - Data and configuration files directory including toolchains
0 commit comments