Skip to content

Commit

Permalink
Fixed error
Browse files Browse the repository at this point in the history
  • Loading branch information
icesco committed Apr 1, 2022
1 parent bb08d5e commit 7a0d172
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/BattleAxe/FileWriter/BAFileController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ private extension BAFileController {
if let handle = FileHandle(forUpdatingAtPath: unwrappedPath) {
fileHandle = handle
} else {
print("[🪓] Unable to instantiate FileHandle)
print("[🪓] Unable to instantiate FileHandle")
}

}
Expand Down

0 comments on commit 7a0d172

Please sign in to comment.