Skip to content

Commit

Permalink
Removed versioned formula
Browse files Browse the repository at this point in the history
  • Loading branch information
leoafarias committed Feb 14, 2024
1 parent 46f117c commit 1828e33
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tool/grind.dart
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ void main(List<String> args) {
pkg.githubRepo.value = 'leoafarias/fvm';
pkg.homebrewRepo.value = 'leoafarias/homebrew-fvm';
pkg.githubBearerToken.value = Platform.environment['GITHUB_TOKEN'];
pkg.homebrewCreateVersionedFormula.value = true;

pkg.addAllTasks();
addTask(homebrewTask());
Expand Down

0 comments on commit 1828e33

Please sign in to comment.