diff --git a/Library/Homebrew/download_strategy.rb b/Library/Homebrew/download_strategy.rb index 4fd43b0ae5..a63774f464 100644 --- a/Library/Homebrew/download_strategy.rb +++ b/Library/Homebrew/download_strategy.rb @@ -686,7 +686,7 @@ end class BazaarDownloadStrategy < VCSDownloadStrategy def stage - # FIXME: The export command doesn't work on checkouts + # The export command doesn't work on checkouts # See https://bugs.launchpad.net/bzr/+bug/897511 FileUtils.cp_r Dir[@clone+"{.}"], Dir.pwd FileUtils.rm_r ".bzr"