Skip to content

Commit

Permalink
use --repository instead of --prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
rcmdnk committed Sep 4, 2016
1 parent 0f3f94f commit 7fa2f9d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions bin/brew-file
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ __author__ = "rcmdnk"
__copyright__ = "Copyright (c) 2013 rcmdnk"
__credits__ = ["rcmdnk"]
__license__ = "MIT"
__version__ = "v3.16.2"
__version__ = "v3.16.3"
__date__ = "05/Sep/2016"
__maintainer__ = "rcmdnk"
__email__ = "rcmdnk@gmail.com"
Expand Down Expand Up @@ -705,7 +705,7 @@ class BrewFile:
self.opt["command"] = ""
self.opt["brew_repo"] =\
self.proc(
"brew --prefix", False, False, True, 0)[1][0]
"brew --repository", False, False, True, 0)[1][0]
self.opt["input"] = os.environ.get("HOMEBREW_BREWFILE",
os.environ["HOME"] +
"/.brewfile/Brewfile")
Expand Down
4 changes: 2 additions & 2 deletions brew-file.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class BrewFile < Formula
desc "Brewfile manager for Homebrew."
homepage "https://github.com/rcmdnk/homebrew-file/"
url "https://github.com/rcmdnk/homebrew-file/archive/v3.16.1.tar.gz"
sha256 "f652e185c948bbb3b647e2d374634541b244674d474015e343a25ef2bc3ce9e4"
url "https://github.com/rcmdnk/homebrew-file/archive/v3.16.2.tar.gz"
sha256 "dd1703f0ac2dd529f2c0a9e605aca4fe7ebb12ed42d553bd496655c622db7ed0"

head "https://github.com/rcmdnk/homebrew-file.git"

Expand Down

0 comments on commit 7fa2f9d

Please sign in to comment.