From 86d0c8c661cc8eddde96c589dbe7f045d328af09 Mon Sep 17 00:00:00 2001 From: alex Date: Tue, 28 Jan 2020 12:41:41 +0300 Subject: [PATCH] superfluous line removed --- android_hooks/pre-push | 1 - 1 file changed, 1 deletion(-) diff --git a/android_hooks/pre-push b/android_hooks/pre-push index fc221d2..cc5cdce 100755 --- a/android_hooks/pre-push +++ b/android_hooks/pre-push @@ -4,7 +4,6 @@ echo "Pre push static analysis" output=$(./gradlew staticAnalysis --daemon 2>&1) - status=$? if [ "$status" = 0 ] ; then