fix(style): shell command to display time properly

This commit is contained in:
vimo 2022-09-10 00:05:19 +05:30 committed by Jan De Dobbeleer
parent 9e68535846
commit b0ac5e3cc7

View file

@ -43,7 +43,7 @@
{ {
"foreground": "#ffffff", "foreground": "#ffffff",
"properties": { "properties": {
"command": "git log --pretty=format:%cr -1 || date +%H:%m:%S", "command": "git log --pretty=format:%cr -1 || date +%H:%M:%S",
"shell": "bash" "shell": "bash"
}, },
"style": "plain", "style": "plain",