diff --git a/Library/Homebrew/dev-cmd/pull.rb b/Library/Homebrew/dev-cmd/pull.rb
index 657e58ed22e9b954965476a46cd5626d6a3cbe66..045e1c241876a812857abc7fb265b75e7934ae29 100644
--- a/Library/Homebrew/dev-cmd/pull.rb
+++ b/Library/Homebrew/dev-cmd/pull.rb
@@ -43,6 +43,6 @@ module Homebrew
   end
 
   def pull
-    odisabled "brew pull", "hub checkout"
+    odisabled "brew pull", "gh pr checkout"
   end
 end