From 79f158db2fe9f7fa237ebeab57bd4a1460ce42e2 Mon Sep 17 00:00:00 2001 From: Saibotk Date: Tue, 2 Apr 2024 13:18:22 +0200 Subject: [PATCH] fix(graphite): Wrong graphite formula name Fixes #1 --- macos/Brewfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/macos/Brewfile b/macos/Brewfile index 241f981..45485b3 100644 --- a/macos/Brewfile +++ b/macos/Brewfile @@ -28,7 +28,7 @@ brew 'starship' # fancy shell prompt brew 'asimov' # Exclude node_modules etc from TM backup brew 'git-absorb' # amazing tool for better git fixup brew 'git-town' # Simple git stacking tool -brew 'graphite' # Advanced stacking tool with web app +brew 'withgraphite/tap/graphite' # Advanced stacking tool with web app brew 'ansible' brew 'ansible-lint' brew 'jq'