summaryrefslogtreecommitdiffstats
path: root/save.sh
diff options
context:
space:
mode:
authorivarlovlie <git@ivarlovlie.no>2022-12-21 15:56:24 +0100
committerivarlovlie <git@ivarlovlie.no>2022-12-21 15:56:24 +0100
commit0e1bf83811c4a9e4e2869190cfc94bf32476b9ee (patch)
treefd518a91cc92f756dc9b8959762f7553533ce60e /save.sh
parent87ee550abea331430fc2db0f1d96d6acbfa6c8f2 (diff)
downloadlearning-rust-0e1bf83811c4a9e4e2869190cfc94bf32476b9ee.tar.xz
learning-rust-0e1bf83811c4a9e4e2869190cfc94bf32476b9ee.zip
12/21/22 15:56:24
Diffstat (limited to 'save.sh')
-rwxr-xr-xsave.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/save.sh b/save.sh
index f472910..2394632 100755
--- a/save.sh
+++ b/save.sh
@@ -1,4 +1,4 @@
#!/bin/bash
git add .
-git commit -m '$(date "+%D %T")'
+git commit -m "$(date '+%D %T')"
git push