Skip to content

Commit 00e7cae

Browse files
committed
fix: homebrew
1 parent 143e04f commit 00e7cae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

hack/homebrew/publish.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ git clone https://$USERNAME:$TOKEN@github.com/mxcd/homebrew-gitops.git
5757
export RELEASE_SHA256="$SHA"
5858
export RELEASE_VERSION="$VERSION"
5959

60-
cat $BASE/hack/scripts/homebrew/gitops.rb | envsubst > $BASE/homebrew-gitops/Formula/gitops.rb
60+
cat $BASE/hack/homebrew/gitops.rb | envsubst > $BASE/homebrew-gitops/Formula/gitops.rb
6161

6262
cd $BASE/homebrew-gitops
6363
git add Formula/gitops.rb

0 commit comments

Comments
 (0)