diff options
author | EuAndreh <eu@euandre.org> | 2021-06-26 21:16:57 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2021-06-26 21:32:32 -0300 |
commit | 4d71bc66a8337b19534421cb916fd4780b5ed3f3 (patch) | |
tree | 46dea5d216c8cf6964466ec3e116647e983b1243 /aux/workflow/dist.sh | |
parent | aux/ci/report.sh: Use getopts for arguments (diff) | |
download | git-permalink-4d71bc66a8337b19534421cb916fd4780b5ed3f3.tar.gz git-permalink-4d71bc66a8337b19534421cb916fd4780b5ed3f3.tar.xz |
aux/workflow/sign-tarballs.sh: Use getopts for arguments
Diffstat (limited to 'aux/workflow/dist.sh')
-rwxr-xr-x | aux/workflow/dist.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/aux/workflow/dist.sh b/aux/workflow/dist.sh index ab94f20..9143d7d 100755 --- a/aux/workflow/dist.sh +++ b/aux/workflow/dist.sh @@ -66,7 +66,7 @@ fi git tag "$VVERSION" -sh aux/workflow/sign-tarballs.sh "$PROJECT" +sh aux/workflow/sign-tarballs.sh -n "$PROJECT" cat <<EOF >&2 |