From 2ce8bc3c783fc29c7960ffb7ddb7442e6143da0f Mon Sep 17 00:00:00 2001 From: Jay Gabriels Date: Sat, 26 May 2018 14:53:27 -0700 Subject: [PATCH] update makefile --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 4f89340..ec0a297 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ install: touch ~/.ghorg cp .env ~/.ghorg homebrew: - touch ~/.ghorg - cp .env-sample ~/.ghorg + touch ${HOME}/.ghorg + cp .env-sample ${HOME}/.ghorg uninstall: rm ~/.ghorg