Skip to content

Commit 0a1611f

Browse files
authored
Merge pull request #11 from RakuyoKit/fix/resource
Fix resource reference errors
2 parents 492a311 + 11182dc commit 0a1611f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ let package = Package(
3232
.product(name: "ArgumentParser", package: "swift-argument-parser"),
3333
],
3434
resources: [
35-
.process("Rakuyo.swiftformat"),
35+
.process("rakuyo.swiftformat"),
3636
.process("swiftlint.yml"),
3737
]),
3838

0 commit comments

Comments
 (0)