Skip to content

Commit

Permalink
Update main.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
BlowaterNostr committed Mar 31, 2024
1 parent 4b6f76e commit 36c19e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export async function run(args: {
if (password == undefined) {
password = Deno.env.get("relayed_pw");
if (!password) {
return new Error("password is not set");
return new Error("password is not set, please set env var $relayed_pw");
}
}
if (args.kv == undefined) {
Expand Down

0 comments on commit 36c19e4

Please # to comment.