docs: correct sample config for displaying minutes

This commit is contained in:
vimo 2022-09-10 00:14:52 +05:30 committed by Jan De Dobbeleer
parent b0ac5e3cc7
commit 2772439cd1

View file

@ -33,7 +33,7 @@ error). The `&&` functionality will join the output of the commands when success
"foreground": "#ffffff", "foreground": "#ffffff",
"properties": { "properties": {
"shell": "bash", "shell": "bash",
"command": "git log --pretty=format:%cr -1 || date +%H:%m:%S" "command": "git log --pretty=format:%cr -1 || date +%H:%M:%S"
} }
} }
] ]