Skip to content

Commit

Permalink
forgot to set repo secrets for the env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
Unique-Divine committed Aug 12, 2022
1 parent d6bb336 commit d975c4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nibiru/network.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ def devnet(cls) -> "Network":
}
for name, env_var in chain_config.items():
if env_var is None:
raise Exception("".join([
f"Envrionment variable {name} is needed for devnet",
raise Exception("\n".join([
f"Environment variable {name} is needed for devnet.",
f"Please set {name} in your .env file."
]))
return cls(
Expand Down

0 comments on commit d975c4b

Please sign in to comment.