From f885708e1f5fcde038ace0ca0b38d984a3c09071 Mon Sep 17 00:00:00 2001 From: Peter Ramsing Date: Fri, 29 Sep 2023 18:42:06 -0700 Subject: [PATCH] Changes to new gh package (#187) Resolves this error: failed: [localhost] (item=github/gh/gh) => {"ansible_loop_var": "item", "changed": false, "item": "github/gh/gh", "msg": "==> Tapping github/gh\nCloning into '/opt/homebrew/Library/Taps/github/homebrew-gh'...\nTapped (14 files, 55.3KB).\nWarning: Formula github/gh/gh was renamed to gh.\nWarning: No available formula or cask with the name \"github/gh/gh\".\nWarning: Formula github/gh/gh was renamed to gh."} --- README.md | 2 +- default.config.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 45171e104..a11b92ce4 100644 --- a/README.md +++ b/README.md @@ -117,7 +117,7 @@ Packages (installed with Homebrew): - gettext - gifsicle - git - - github/gh/gh + - gh - go - gpg - httpie diff --git a/default.config.yml b/default.config.yml index 8ba392b34..95de6829b 100644 --- a/default.config.yml +++ b/default.config.yml @@ -42,7 +42,7 @@ homebrew_installed_packages: - gettext - gifsicle - git - - github/gh/gh + - gh - go - gpg - httpie