Skip to content

Commit d5fde7d

Browse files
committed
fix Taskfile.md
1 parent 25dba53 commit d5fde7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Taskfile.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ docker compose build --progress=plain
1818
~~~bash task:git:git-push -- Git add all & commit & push
1919
#args> ct:commit text
2020
git add .
21-
git commit -m $c
21+
git commit -m "$c"
2222
git push
2323
~~~
2424

0 commit comments

Comments
 (0)