Skip to content

Commit

Permalink
chore: Use .git extension on dependencies URL
Browse files Browse the repository at this point in the history
  • Loading branch information
kylef committed Dec 5, 2016
1 parent 9304bbf commit 4c320a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ import PackageDescription
let package = Package(
name: "Commander",
dependencies: [
.Package(url: "https://github.com/kylef/Spectre", majorVersion: 0, minor: 7),
.Package(url: "https://github.com/kylef/Spectre.git", majorVersion: 0, minor: 7),
]
)

0 comments on commit 4c320a3

Please sign in to comment.