Skip to content

Commit

Permalink
Revert "fix helmfile repo"
Browse files Browse the repository at this point in the history
This reverts commit 1b9c104.
  • Loading branch information
feniix committed Jun 18, 2022
1 parent 1b9c104 commit c339cf4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/install
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ install() {
[ "arm64" = "$(uname -m)" ] && arch="amd64" # m1 macs - no helmfile m1 builds as of yet, so use amd64

local download_url
download_url="https://github.com/helmfile/helmfile/releases/download/v${version}/helmfile_${platform}_${arch}"
download_url="https://github.com/roboll/helmfile/releases/download/v${version}/helmfile_${platform}_${arch}"

mkdir -p "${bin_install_path}"

Expand Down
2 changes: 1 addition & 1 deletion bin/list-all
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash

releases_path=https://api.github.com/repos/helmfile/helmfile/releases
releases_path=https://api.github.com/repos/roboll/helmfile/releases
cmd="curl -s"
if [ -n "$GITHUB_API_TOKEN" ]; then
cmd="$cmd -H 'Authorization: token $GITHUB_API_TOKEN'"
Expand Down

0 comments on commit c339cf4

Please sign in to comment.