Skip to content

Commit

Permalink
Update to kind.
Browse files Browse the repository at this point in the history
  • Loading branch information
rismay committed Nov 13, 2023
1 parent 8df9d9f commit 2dc031e
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 @@ -18,7 +18,7 @@ extension ProcessInfo {
let wrkstrmDeps: [PackageDescription.Package.Dependency] =
ProcessInfo.useLocalDeps ? PackageDescription.Package.Dependency.local : PackageDescription.Package.Dependency.remote
print("---- Wrkstrm Deps ----")
print(wrkstrmDeps)
print(wrkstrmDeps.map { $0.kind })
print("---- Wrkstrm Deps ----")

extension PackageDescription.Package.Dependency {
Expand Down

0 comments on commit 2dc031e

Please sign in to comment.