about summary refs log tree commit diff stats
path: root/config.sh
diff options
context:
space:
mode:
authorCharadon <dev@iotib.net>2022-08-08 21:47:09 -0400
committerCharadon <dev@iotib.net>2022-08-08 21:47:09 -0400
commit6bf6ff6957413aa08fc62baf6646f2e96ea1aa82 (patch)
tree6ae07007188facbfc1464d95ca84dd97b03c2954 /config.sh
parent71e7432979ff32478f942b153cfe75a31a2dd838 (diff)
downloaddscip-6bf6ff6957413aa08fc62baf6646f2e96ea1aa82.tar.gz
Now it's off by default lmao
Diffstat (limited to 'config.sh')
-rwxr-xr-xconfig.sh2
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"