Skip to content

Commit 36c75b7

Browse files
authored
Update the Homebrew formula location (#241)
1 parent 1e74aca commit 36c75b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tool/grind.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ main(List<String> args) {
1313
pkg.botName.value = "Sass Bot";
1414
pkg.botEmail.value = "[email protected]";
1515
pkg.homebrewRepo.value = "sass/homebrew-sass";
16-
pkg.homebrewFormula.value = "migrator.rb";
16+
pkg.homebrewFormula.value = "Formula/migrator.rb";
1717
pkg.jsRequires.value = [
1818
pkg.JSRequire('fs'),
1919
pkg.JSRequire('os'),

0 commit comments

Comments
 (0)