We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e55313b commit d26f62cCopy full SHA for d26f62c
README.md
@@ -26,7 +26,7 @@ Its small footprint of 4MBs and single responsibility makes it ideal for use in
26
VERSION=$(curl --silent "https://api.github.com/repos/RaftechNL/qbconf/releases/latest" | grep '"tag_name":' | sed -E 's/.*"([^"]+)".*/\1/')
27
28
# Set the URL of the tarball for the latest release
29
- URL="https://github.com/RaftechNL/cli-yaml-merger/releases/download/${VERSION}/qbconf_${VERSION}_darwin_x86_64.tar.gz"
+ URL="https://github.com/RaftechNL/qbconf/releases/download/${VERSION}/qbconf_${VERSION}_darwin_x86_64.tar.gz"
30
31
# Download and install the latest release
32
curl -L ${URL} | tar xz
0 commit comments