From 4e2f379b5c32482708f42e70bb89dcf061a9419b Mon Sep 17 00:00:00 2001 From: Gavin Bunney Date: Tue, 8 Oct 2019 10:21:18 -0700 Subject: [PATCH] Fix path to cookie script --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 0c5d8a1..30f6f7e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,7 +11,7 @@ env: - GOFLAGS=-mod=vendor GO111MODULE=on before_install: - - openssl aes-256-cbc -K $encrypted_e04f3cf0cf2c_key -iv $encrypted_e04f3cf0cf2c_iv -in script/gogetcookie.sh.enc -out scripts/gogetcookie.sh -d + - openssl aes-256-cbc -K $encrypted_e04f3cf0cf2c_key -iv $encrypted_e04f3cf0cf2c_iv -in scripts/gogetcookie.sh.enc -out scripts/gogetcookie.sh -d install: - bash scripts/gogetcookie.sh