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

Commit e13f944

Browse files
committed
Use the same style for file names as original files
1 parent 7f018de commit e13f944

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/download_and_archive.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ function archive() {
1717
local arch="${2}"
1818

1919
mkdir -p /archives
20-
tar -cvzf "/archives/shellcheck-${VERSION}-${os}-${arch}.tar.gz" -C "/downloads" shellcheck
20+
tar -cvzf "/archives/shellcheck-v${VERSION}.${os}.${arch}.tar.gz" -C "/downloads" shellcheck
2121
}
2222

2323
set -euxo pipefail

0 commit comments

Comments
 (0)