diff options
author | Charadon <dev@iotib.net> | 2022-08-08 21:47:09 -0400 |
---|---|---|
committer | Charadon <dev@iotib.net> | 2022-08-08 21:47:09 -0400 |
commit | 6bf6ff6957413aa08fc62baf6646f2e96ea1aa82 (patch) | |
tree | 6ae07007188facbfc1464d95ca84dd97b03c2954 /config.sh | |
parent | 71e7432979ff32478f942b153cfe75a31a2dd838 (diff) | |
download | dscip-6bf6ff6957413aa08fc62baf6646f2e96ea1aa82.tar.gz |
Now it's off by default lmao
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" |