diff options
Diffstat (limited to 'config.sh')
-rwxr-xr-x | config.sh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/config.sh b/config.sh index 1968a92..81eb7f5 100755 --- a/config.sh +++ b/config.sh @@ -31,4 +31,6 @@ export DSCIP_DISREGARD_COMMIT_CHECK="false" # If the script should just rebuild export DSCIP_OUTPUT_TO="$WORKING_DIRECTORY/output.txt" # Output to file, default is output.txt # Automatically update DSCIP? export DSCIP_AUTO_UPDATE="false" - +# Set up format for the COMMIT_DATE variable. By default, it's %Y%m%d (YEARMONTHDAY | 20220812) +# See strftime(3) for more information. +export DSCIP_DATE_FORMAT="%Y%m%d" |