From c600b3c3223f73997a3b8cb003860026faebb804 Mon Sep 17 00:00:00 2001 From: Don Harper Date: Tue, 26 Sep 2023 07:45:23 -0500 Subject: [PATCH] makefile | typo --- makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/makefile b/makefile index 2f691ec..3cab6d2 100644 --- a/makefile +++ b/makefile @@ -14,9 +14,9 @@ clean: doas nix store optimise push: - @~/.bash_ssh + @. ~/.bash_ssh git push pull: - @~/.bash_ssh + @. ~/.bash_ssh git pull