diff options
-rwxr-xr-x | scripts/pull-and-verify.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/pull-and-verify.sh b/scripts/pull-and-verify.sh index 0cfb22c3..8798259a 100755 --- a/scripts/pull-and-verify.sh +++ b/scripts/pull-and-verify.sh @@ -1,4 +1,4 @@ -#!/bin/bash -x +#!/bin/bash URL=$1 DIR=$2 |