We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e421d35 commit 451be24Copy full SHA for 451be24
Sources/stringray/Commands/SortCommand.swift
@@ -36,6 +36,6 @@ struct SortCommand: Command {
36
private func sort(url: Foundation.URL) throws {
37
var table = try StringsTableLoader().load(url: url)
38
table.sort()
39
- try write(to: url, table: table)
+ try write(to: url.resourceDirectory, table: table)
40
}
41
0 commit comments