blob: 8fc8580fce832f789ab7db1dbd42c386001842c1 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
diff --git a/util.py b/util.py
index bfec1ed..5147757 100644
--- a/util.py
+++ b/util.py
@@ -132,6 +132,7 @@ def check_update(current_version):
def update(current_version):
+ return "Can't update Nix installation at runtime"
global log
target = var.config.get('bot', 'target_version')
|