Skip to content

Commit

Permalink
hack/release: format
Browse files Browse the repository at this point in the history
  • Loading branch information
zegl committed Oct 5, 2023
1 parent 0000060 commit 0000061
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions hack/release
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ function echoerr() {
printf "${RED}%s${NC}\n" "$1" >&2
}


########################################################################################################################
# Dependencies check #
########################################################################################################################
Expand All @@ -21,7 +20,6 @@ if ! command -v sha256sum &>/dev/null; then
exit 1
fi


git_sha1=$(git rev-parse HEAD)

# shellcheck disable=SC2001
Expand Down

0 comments on commit 0000061

Please sign in to comment.