Fix public key copy command in Makefile

pull/2/head
Ensar Sarajčić 2021-10-03 00:40:02 +02:00
parent 61f7b202a2
commit 14afde50ae
1 changed files with 1 additions and 1 deletions

View File

@ -228,7 +228,7 @@ create_personal_ssh_github_key: check_os prepare_ssh_dir
@echo "Personal GitHub key created!"
@echo "Copy public key by running:"
@echo ""
@echo "cat $(PERSONAL_SSH_KEYS_HOME)/id_rsa_github | $(COPY_TOOL)"
@echo "cat $(PERSONAL_SSH_KEYS_HOME)/id_rsa_github.pub | $(COPY_TOOL)"
@echo ""
@echo "Open: https://github.com/settings/ssh/new"
@echo "and paste copied public key"