Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/koiosV1' into koiosV1
Browse files Browse the repository at this point in the history
  • Loading branch information
rdlrt committed Oct 25, 2023
2 parents 5817013 + a9ac281 commit 53396ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/cnode-helper-scripts/guild-deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,7 @@ download_ogmios() {
[[ -f bin/ogmios ]] && OGMIOSPATH=bin/ogmios
[[ -f ogmios ]] && OGMIOSPATH=ogmios
[[ -n ${OGMIOSPATH} ]] || err_exit "ogmios downloaded but binary not found after extracting package!"
ogmios_git_version="$(curl -s https://api.github.com/repos/CardanoSolutions/ogmios/releases/latest | jq -r '.tag_name')"
ogmios_git_version="$(curl -s https://api.github.com/repos/CardanoSolutions/ogmios/releases | jq -r '.[0].tag_name')"
if ! versionCheck "${ogmios_git_version}" "${ogmios_version}"; then
[[ "${ogmios_version}" = "0.0.0" ]] && echo -e "\n latest version: ${ogmios_git_version}" || echo -e "\n installed version: ${ogmios_version} | latest version: ${ogmios_git_version}"
chmod +x /tmp/ogmios/${OGMIOSPATH}
Expand Down

0 comments on commit 53396ef

Please sign in to comment.