summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike JS. Choi <mkchoi212@icloud.com>2018-01-02 19:21:28 -0600
committerMike JS. Choi <mkchoi212@icloud.com>2018-01-02 19:21:28 -0600
commit5a9aa172e9f0c7e53e6defccf550a7a3d91f05b9 (patch)
tree3389377ce8c53f5183e8d8d57e61394bd6261e08
parent53749d8ce814d94ae155725d645aa81e3dbb258b (diff)
Remove redundant homebrew script
-rw-r--r--fac.rb18
1 files changed, 0 insertions, 18 deletions
diff --git a/fac.rb b/fac.rb
deleted file mode 100644
index b2834f9..0000000
--- a/fac.rb
+++ /dev/null
@@ -1,18 +0,0 @@
-class Fac < Formula
- desc "Command line User Interface for fixing git conflicts"
- homepage "https://github.com/mkchoi212/fac"
- url "https://github.com/mkchoi212/fac/releases/download/v1.0.1/fac_1.0.1_darwin_amd64.tar.gz"
- version "1.0.1"
- sha256 "f64e25dae39e9eb160afe225754b345e850489f7dcab707bc513311d7098d59a"
-
- depends_on "git"
- depends_on "go"
-
- def install
- bin.install "fac"
- end
-
- test do
-
- end
-end