fixed typo

main
Ricard Illa 2022-09-23 09:48:11 +02:00
parent 5a142cda80
commit c44d7566d1
1 changed files with 2 additions and 2 deletions

View File

@ -12,8 +12,8 @@ DOMAIN_ID = $(STATE_DIR)/domain_id.txt
RECORD_ID = $(STATE_DIR)/record_id.txt
UPDATE_RECORD = $(STATE_DIR)/updated_record
GOPASS=shell doas -u gopass gopass
LINODE_TOKEN = $($(GOPASS) linode.com/token)
GOPASS=doas -u gopass gopass
LINODE_TOKEN = $(shell $(GOPASS) linode.com/token)
CURL = curl --silent
AUTH_CURL = $(CURL) -H "Authorization: Bearer $(LINODE_TOKEN)"