File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 86
86
say " $g ->$x Downloading $b ${cc_url} $x "
87
87
curl -Os " $cc_url "
88
88
say " $g ==>$x Finishing downloading $b ${cc_os} :${CC_VERSION} $x "
89
- version_url=" https://cli.codecov.io/${cc_os} /${CC_VERSION} "
89
+ version_url=" https://cli.codecov.io/api/ ${cc_os} /${CC_VERSION} "
90
90
version=$( curl -s " $version_url " -H " Accept:application/json" | jq -r ' .version' )
91
91
say " Version: $b$version$x "
92
92
say " "
Original file line number Diff line number Diff line change 42
42
curl -Os " $codecov_url "
43
43
say " $g ==>$x Finishing downloading $b ${codecov_os} :${CODECOV_VERSION} $x "
44
44
45
- version_url=" https://cli.codecov.io/${codecov_os} /${CODECOV_VERSION} "
45
+ version_url=" https://cli.codecov.io/api/ ${codecov_os} /${CODECOV_VERSION} "
46
46
version=$( curl -s " $version_url " -H " Accept:application/json" | jq -r ' .version' )
47
47
say " Version: $b$version$x "
48
48
say " "
You can’t perform that action at this time.
0 commit comments