From ee841f11dfbbaf8a74ce5083a5108b891d7077c3 Mon Sep 17 00:00:00 2001 From: Dawid Dziurla Date: Sun, 18 Apr 2021 20:53:01 +0200 Subject: [PATCH] bump-cask-pr: add --fork-org flag --- Library/Homebrew/dev-cmd/bump-cask-pr.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Library/Homebrew/dev-cmd/bump-cask-pr.rb b/Library/Homebrew/dev-cmd/bump-cask-pr.rb index abdbf0e8a8..dee1732da4 100644 --- a/Library/Homebrew/dev-cmd/bump-cask-pr.rb +++ b/Library/Homebrew/dev-cmd/bump-cask-pr.rb @@ -45,6 +45,8 @@ module Homebrew description: "Specify the for the new download." flag "--sha256=", description: "Specify the checksum of the new download." + flag "--fork-org=", + description: "Use the specified GitHub organization for forking." switch "-f", "--force", description: "Ignore duplicate open PRs."