diff options
Diffstat (limited to 'config.sh')
-rwxr-xr-x | config.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.sh b/config.sh index 683a67f..1968a92 100755 --- a/config.sh +++ b/config.sh @@ -30,5 +30,5 @@ export DSCIP_DISREGARD_COMMIT_CHECK="false" # If the script should just rebuild # if upstream has not updated. # export DSCIP_OUTPUT_TO="$WORKING_DIRECTORY/output.txt" # Output to file, default is output.txt # Automatically update DSCIP? -export DSCIP_AUTO_UPDATE="true" +export DSCIP_AUTO_UPDATE="false" |