Skip to content

Commit

Permalink
feat: default value for 'log_file'
Browse files Browse the repository at this point in the history
  • Loading branch information
xNaCly committed Mar 30, 2023
1 parent 5bc8a59 commit 9f1f505
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .gleichzeitig/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
"cmd": "echo 'Hello World from command 2!'"
}
],
"log_file": "",
"log_file": "gleich.log",
"surpress_output": false
}

2 changes: 1 addition & 1 deletion config.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ var DEFAULT_CONFIG = Config{
Cmd: "echo 'Hello World from command 2!'",
},
},
LogFile: "",
LogFile: "gleich.log",
SurpressOutput: false,
}

Expand Down

0 comments on commit 9f1f505

Please sign in to comment.