Skip to content
Snippets Groups Projects
Verified Commit 02df9832 authored by Volker Schukai's avatar Volker Schukai :alien:
Browse files

chore: commit save point

parent 6667a2cb
No related branches found
No related tags found
No related merge requests found
......@@ -28,6 +28,11 @@ func executeCommand() {
config.Path = arguments.Path
}
arguments.Path, err = filepath.Abs(arguments.Path)
if err != nil {
printErrorAndExit(2, "Unknown Error", err.Error())
}
if arguments.DateFormat != "" {
config.Locale.DateFormat = arguments.DateFormat
}
......
{
"version": "1.0.35"
"version": "1.0.36"
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment