From 58f0dade5fc2e24a6ee31360d2e5e5f7e48d07e6 Mon Sep 17 00:00:00 2001 From: George Kampanos Date: Wed, 3 Jul 2024 19:29:44 +0300 Subject: [PATCH] chore(tmux-lazygit-popup) fix makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f96d978..ec2e97d 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ .PHONY: compile compile: @echo "Compiling..." - amber tmux-lazygit-popup.ab ./bin/tmux-lazygit-popup.sh + amber tmux-lazygit-popup.ab ./scripts/tmux-lazygit-popup.sh @echo "Done!"