Fix ssh config make rule

This commit is contained in:
Evie Litherland-Smith 2023-01-30 15:19:51 +00:00
parent 659d3acdb2
commit 6b24aff105

View file

@ -55,6 +55,7 @@ $(INSTALLER_TARGETS): $(LOCAL_BIN)
$(HOME)/.ssh/config: $(HOME)/.ssh $(HOME)/.ssh/sockets
cp -n templates/ssh-config $@
touch $@
$(PACKER_DIR):
git clone --depth 1 $(PACKER_REPO) $@