Skip to content

Commit

Permalink
fix: remove redundant default arg
Browse files Browse the repository at this point in the history
  • Loading branch information
cybardev authored Nov 17, 2023
1 parent a13663d commit f376282
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cutefetch
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ main() {
-k | --kitty | "")
kittyfetch $2
;;
-k2 | --kitty2 | "")
-k2 | --kitty2)
kittyfetch2 $2
;;

Expand Down

0 comments on commit f376282

Please sign in to comment.