Skip to content

Commit

Permalink
Change "pkg" to "package" (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
lakshya-sky authored and mxcl committed Jun 10, 2019
1 parent b6b4a74 commit dac007e
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
@@ -1,7 +1,7 @@
// swift-tools-version:4.2
import PackageDescription

let pkg = Package(
let package = Package(
name: "Path.swift",
products: [
.library(name: "Path", targets: ["Path"]),
Expand Down

0 comments on commit dac007e

Please sign in to comment.