We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 143e04f commit 00e7caeCopy full SHA for 00e7cae
1 file changed
hack/homebrew/publish.sh
@@ -57,7 +57,7 @@ git clone https://$USERNAME:$TOKEN@github.com/mxcd/homebrew-gitops.git
57
export RELEASE_SHA256="$SHA"
58
export RELEASE_VERSION="$VERSION"
59
60
-cat $BASE/hack/scripts/homebrew/gitops.rb | envsubst > $BASE/homebrew-gitops/Formula/gitops.rb
+cat $BASE/hack/homebrew/gitops.rb | envsubst > $BASE/homebrew-gitops/Formula/gitops.rb
61
62
cd $BASE/homebrew-gitops
63
git add Formula/gitops.rb
0 commit comments