Skip to content
This repository was archived by the owner on Jun 7, 2024. It is now read-only.

Commit c7b4084

Browse files
authored
[err] fix
1 parent 384e868 commit c7b4084

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fgit.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ func main() {
188188
// TODO: HELP
189189
fmt.Println("Help")
190190
default:
191-
fmt.Println("Unknown args"))
191+
fmt.Println("Unknown args")
192192
}
193193
}
194194
os.Exit(0)

0 commit comments

Comments
 (0)