From 93a901c6fff60280ee5468a5217680cf42d8b3e9 Mon Sep 17 00:00:00 2001 From: Scott Jackson Date: Wed, 20 Sep 2023 08:48:20 -0400 Subject: [PATCH] Update release workflow --- justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/justfile b/justfile index 6096a01..ca28fbd 100644 --- a/justfile +++ b/justfile @@ -142,7 +142,7 @@ homebrew-program: homebrew-update: homebrew-program #!/usr/bin/env bash - git clone https://github.com/scottmmjackson/homebrew-sj dist/tap + git clone git@github.com:scottmmjackson/homebrew-sj dist/tap cd dist/tap git checkout -b upnotify-{{version}} cp ../program.rb Formula/upnotify.rb