Skip to content
This repository was archived by the owner on Apr 4, 2025. It is now read-only.

Commit 2eaac3d

Browse files
author
Audrius Karabanovas
committed
uniform variable use
1 parent c4f8ed2 commit 2eaac3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

create-artifacts.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ VERSION=$(git describe --tags | cut -d '-' -f1 | cut -d 'v' -f2)
2020
RELEASE_FILES=LICENSE
2121

2222
mkdir -p $RELEASE_DIR
23-
touch "$RELEASE_DIR/sha256sums.txt"
23+
touch "${RELEASE_DIR}/sha256sums.txt"
2424

2525
for ARTIFACT in $(ls .build); do
2626
ARTIFACT_NAME="beat-exporter-${VERSION}-${ARTIFACT}.tar.gz"

0 commit comments

Comments
 (0)