Skip to content

Commit 34948bd

Browse files
committed
Fix merge error
1 parent 3b8cebe commit 34948bd

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

Sources/Swiftly/Init.swift

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -42,18 +42,11 @@ internal struct Init: SwiftlyCommand {
4242
if var config, !overwrite &&
4343
(
4444
config.version == SwiftlyVersion(major: 0, minor: 4, patch: 0, suffix: "dev") ||
45-
<<<<<<< HEAD
46-
config.version == SwiftlyVersion(major: 0, minor: 4, patch: 0)
47-
)
48-
{
49-
// This is a simple upgrade from the 0.4.0-dev pre-release, or 0.4.0 release
50-
=======
5145
config.version == SwiftlyVersion(major: 0, minor: 4, patch: 0) ||
5246
(config.version?.major == 1 && config.version?.minor == 0)
5347
)
5448
{
5549
// This is a simple upgrade from the 0.4.0 pre-releases, or 1.x
56-
>>>>>>> 726ea90b9c304068d9649abc8718f8752169ce7b
5750

5851
// Move our executable over to the correct place
5952
try Swiftly.currentPlatform.installSwiftlyBin()

0 commit comments

Comments
 (0)