File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ This project is designed to gather data from Hybrid Runtimes for Codefresh SaaS
28
28
VERSION=$( curl --silent " https://api.github.com/repos/codefresh-support/codefresh-support-package/releases/latest" | jq -r " .tag_name" )
29
29
30
30
# download and extract the binary
31
- curl -L --output - https://github.com/codefresh-support/codefresh-support-package/releases/download/$VERSION /cf-support_darwin_arm64.tar.gz | tar zx -O cf-support
31
+ curl -L --output - https://github.com/codefresh-support/codefresh-support-package/releases/download/$VERSION /cf-support_darwin_arm64.tar.gz | tar zx -O > cf-support
32
32
33
33
# set execution to binary
34
34
chmod +x cf-support
@@ -44,7 +44,7 @@ chmod +x cf-support
44
44
VERSION=$( curl --silent " https://api.github.com/repos/codefresh-support/codefresh-support-package/releases/latest" | jq -r " .tag_name" )
45
45
46
46
# download and extract the binary
47
- curl -L --output - https://github.com/codefresh-support/codefresh-support-package/releases/download/$VERSION /cf-support_darwin_x86_64.tar.gz | tar zx -O cf-support
47
+ curl -L --output - https://github.com/codefresh-support/codefresh-support-package/releases/download/$VERSION /cf-support_darwin_x86_64.tar.gz | tar zx -O > cf-support
48
48
49
49
# set execution to binary
50
50
chmod +x cf-support
@@ -60,7 +60,7 @@ chmod +x cf-support
60
60
VERSION=$( curl --silent " https://api.github.com/repos/codefresh-support/codefresh-support-package/releases/latest" | jq -r " .tag_name" )
61
61
62
62
# download and extract the binary
63
- curl -L --output - https://github.com/codefresh-support/codefresh-support-package/releases/download/$VERSION /cf-support_linux_x86_64.tar.gz | tar zx -O cf-support
63
+ curl -L --output - https://github.com/codefresh-support/codefresh-support-package/releases/download/$VERSION /cf-support_linux_x86_64.tar.gz | tar zx -O > cf-support
64
64
65
65
# set execution to binary
66
66
chmod +x cf-support
You can’t perform that action at this time.
0 commit comments