Skip to content

Commit 052d270

Browse files
committed
Fix the install script URL to new travis+ghr built releases
1 parent d5d97d9 commit 052d270

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_scripts/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ echo For a full list of supported OS-ARCH look at list in https://github.com/gol
4343
echo Your input OS = "$os" and ARCH = "$arch"
4444
echo This is an install script for yaml-script-runner version $VERSION
4545

46-
URL=https://github.com/golang-devops/yaml-script-runner/releases/download/$VERSION/yaml-script-runner-$os-$arch
46+
URL=https://github.com/golang-devops/yaml-script-runner/releases/download/$VERSION/$os_$arch_yaml-script-runner
4747

4848
echo Now fetching binary at url $URL
4949
wget $URL -O /usr/local/bin/yaml-script-runner

0 commit comments

Comments
 (0)