Skip to content

Commit 7753efa

Browse files
committed
Fix Homebrew cask update target
1 parent 0a32c35 commit 7753efa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ update-brew: ## Update Homebrew cask formula in ../homebrew-ffwf
157157
echo "SHA256: $$SHA256"; \
158158
# Update Cask formula
159159
echo "Updating Cask formula..."; \
160-
cat > ../homebrew-ffwf/Casks/ffwf.rb <<-EOF
160+
cat > ../homebrew-ffwf/Casks/ffwf.rb <<EOF
161161
cask "ffwf" do
162162
version "$(VERSION)"
163163
sha256 "$$SHA256"

0 commit comments

Comments
 (0)