Skip to content

Commit

Permalink
Swift Package Manager: Fix error-resulting exclusion of entire `Test/…
Browse files Browse the repository at this point in the history
…` directory.

Only exclude `Tests/Supporting Files` by reverting one single line from 84d37e5.
  • Loading branch information
jdhealy committed Sep 29, 2017
1 parent 84d37e5 commit c11e69b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Expand Up @@ -4,7 +4,7 @@ import PackageDescription

var package = Package(
name: "PrettyColors",
exclude: ["Supporting Files", "Tests"]
exclude: ["Supporting Files", "Tests/Supporting Files"]
)

package.targets += [
Expand Down

0 comments on commit c11e69b

Please sign in to comment.