Skip to content

Commit 8c5755c

Browse files
committed
fix typo
1 parent 6f75d9b commit 8c5755c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SwiftPM/AmalgamationPlugin/plugin.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import PackagePlugin
1313
arguments: [context.pluginWorkDirectory.string, outputDir.string],
1414
outputFiles: [
1515
outputDir.appending("sqlite3.c"),
16-
outputDir.appending("sqlite3.h"),
16+
outputDir.appending("sqlite3.h")
1717
]
1818
)]
1919
}

0 commit comments

Comments
 (0)