Skip to content

Commit

Permalink
Fix error message
Browse files Browse the repository at this point in the history
  • Loading branch information
truh authored Nov 6, 2023
1 parent b289ecb commit 9786c64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,6 @@ async fn main() -> Result<(), Box<dyn std::error::Error>> {
);
Ok(())
} else {
create_error("Env variables JIRA_HOST, JIRA_USER & JIRA_PASS need to be set!")
create_error("Env variables JIRA_HOST, JIRA_USERNAME & JIRA_PASSWORD need to be set!")
}
}

0 comments on commit 9786c64

Please sign in to comment.