Skip to content
This repository was archived by the owner on May 9, 2025. It is now read-only.

Commit a9f1e77

Browse files
committed
Move "disable" down.
1 parent 688580f commit a9f1e77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Formula/jaguar.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44

55
class Jaguar < Formula
66
desc "Live reloading for your ESP32"
7-
disable! because: "This formula has been migrated to Homebrew/core. Please run: brew install jaguar"
87
homepage "https://github.com/toitlang/jaguar"
98
url "https://github.com/toitlang/jaguar/archive/refs/tags/v1.48.0.tar.gz"
109
sha256 "fb5a329ef5c166a791c84adf4a9c3c8003c974fe58384d428bde84baf1ec7493"
1110
license "MIT"
1211
head "https://github.com/toitlang/jaguar.git", branch: "main"
12+
disable! because: "This formula has been migrated to Homebrew/core. Please run: brew install jaguar"
1313

1414
def install
1515
odie "This formula has been migrated to Homebrew/core. Please run: brew install jaguar"

0 commit comments

Comments
 (0)