summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2022-01-03 15:15:26 +1100
committerJesse Duffield <jessedduffield@gmail.com>2022-01-04 09:07:15 +1100
commit95b2e9540a55973a6ab32dd4522648634ab15b0a (patch)
tree060e999ab894da8ecc6ead32cf0ccee64b05fd21 /scripts
parent3911575041ab67731a59dd597332bfc4543a9569 (diff)
update tests
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/push_new_patch/main.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/push_new_patch/main.go b/scripts/push_new_patch/main.go
index 40d95d9a0..a26f2b676 100755
--- a/scripts/push_new_patch/main.go
+++ b/scripts/push_new_patch/main.go
@@ -18,7 +18,6 @@ import (
)
func main() {
-
version, err := ioutil.ReadFile("VERSION")
if err != nil {
log.Panicln(err.Error())