Skip to content

Commit

Permalink
added single quotes around git commit shortcut
Browse files Browse the repository at this point in the history
  • Loading branch information
brendanfalk authored Nov 2, 2023
1 parent 9d93014 commit 027cda2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/git.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9738,7 +9738,7 @@ const completionSpec: Fig.Spec = {
{
name: "commit -m 'msg'",
description: "Git commit shortcut",
insertValue: "commit -m {cursor}",
insertValue: "commit -m '{cursor}'",
icon: "fig://template?color=2ecc71&badge=🔥",
// type: "shortcut",
},
Expand Down

0 comments on commit 027cda2

Please sign in to comment.