Skip to content

Commit

Permalink
look for config.yaml in home dir
Browse files Browse the repository at this point in the history
  • Loading branch information
Dominion5254 committed Jun 19, 2024
1 parent b9ad93a commit 77bab4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ endif
@start-sdk pack

install:
ifeq (,$(wildcard ./embassy/config.yaml))
@echo; echo "You must define \"host: http://server-name.local\" in ./embassy/config.yaml config file first"; echo
ifeq (,$(wildcard ~/.embassy/config.yaml))
@echo; echo "You must define \"host: http://server-name.local\" in ~/.embassy/config.yaml config file first"; echo
else
start-cli package install $(PKG_ID).s9pk
endif
Expand Down

0 comments on commit 77bab4d

Please sign in to comment.