We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e74aca commit 36c75b7Copy full SHA for 36c75b7
tool/grind.dart
@@ -13,7 +13,7 @@ main(List<String> args) {
13
pkg.botName.value = "Sass Bot";
14
pkg.botEmail.value = "[email protected]";
15
pkg.homebrewRepo.value = "sass/homebrew-sass";
16
- pkg.homebrewFormula.value = "migrator.rb";
+ pkg.homebrewFormula.value = "Formula/migrator.rb";
17
pkg.jsRequires.value = [
18
pkg.JSRequire('fs'),
19
pkg.JSRequire('os'),
0 commit comments