Skip to content

Commit

Permalink
Removed duplicate package updating
Browse files Browse the repository at this point in the history
  • Loading branch information
calebkleveter committed Nov 6, 2017
1 parent 9561c70 commit d46432b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Sources/Ether/Install.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit d46432b

Please sign in to comment.