Skip to content

Commit bc6e5f1

Browse files
ObjectBoxCommand: fix log typo
1 parent f37e420 commit bc6e5f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Plugins/GeneratorCommand/ObjectBoxCommand.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ struct GeneratorCommand: CommandPlugin {
109109

110110
// keep for now as a reminder to check if args are processed, or not
111111
let tool = try context.tool(named: "objectbox-generator")
112-
print("Processing arguments:: \(arguments)")
112+
print("Processing arguments: \(arguments)")
113113
if arguments.count == 1 {
114114
if arguments[0] == "context" {
115115
dump(context)

0 commit comments

Comments
 (0)