Skip to content
This repository has been archived by the owner on Dec 1, 2023. It is now read-only.

Commit

Permalink
fix msg
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-fleming committed Aug 3, 2022
1 parent 70f187d commit 57b38e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nile/core/account.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def __init__(self, signer, network):
logging.error(
f"\n❌ Cannot find {signer} in env."
"\nCheck spelling and that it exists."
"\nTry moving the .env to the directory outside of your project."
"\nTry moving the .env to the root of your project."
)
return

Expand Down

0 comments on commit 57b38e9

Please sign in to comment.