From d46432bcba19caa5027e475de7acf269c94085b1 Mon Sep 17 00:00:00 2001 From: Caleb Kleveter Date: Mon, 6 Nov 2017 09:10:37 -0600 Subject: [PATCH] Removed duplicate package updating --- Sources/Ether/Install.swift | 1 - 1 file changed, 1 deletion(-) diff --git a/Sources/Ether/Install.swift b/Sources/Ether/Install.swift index 718a8a5..e1c061c 100644 --- a/Sources/Ether/Install.swift +++ b/Sources/Ether/Install.swift @@ -99,7 +99,6 @@ public final class Install: Command { // Update the packages. _ = try console.backgroundExecute(program: "swift", arguments: ["package", "resolve"]) - _ = try console.backgroundExecute(program: "swift", arguments: ["package", "update"]) // Get the new package name and add it to the previously accepted targets. let dependencyName = try Manifest.current.getPackageName(for: newPackageData.url)