Skip to content

Commit

Permalink
#1267 | Update auth make task
Browse files Browse the repository at this point in the history
  • Loading branch information
1t5j0y committed Feb 5, 2024
1 parent a2cd83c commit 3823a38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,7 @@ ifndef password
@echo "Provde the variable password"
exit 1
endif
$(if $(password),$(eval token:=$(shell node packages/openchs-android/scripts/token.js '$(server):$(port)' $(username) $(password))))
$(if $(password),$(eval token:=$(shell node packages/openchs-android/scripts/token.js '$(server):$(port)' $(username) '$(password)')))

get-token: auth
@echo
Expand Down

0 comments on commit 3823a38

Please sign in to comment.