From f7ff97e9ffaaffab84213acddc2f385e6a511eca Mon Sep 17 00:00:00 2001 From: Krzysztof Kowalczyk Date: Mon, 12 Aug 2019 13:43:50 -0700 Subject: [PATCH] remove unused variable --- fuzzit.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/fuzzit.sh b/fuzzit.sh index 2057273..42b5dc5 100755 --- a/fuzzit.sh +++ b/fuzzit.sh @@ -3,8 +3,6 @@ set -xe # name of the organization in https://app.fuzzit.dev export FUZZIT_ORG="example-go" -# github project repository -export REPO="fuzzitdev/example-go" # target name can only contain lower-case letters (a-z), digits (0-9) and a dash (-) TARGET=parse-complex