Skip to content

Commit

Permalink
feat: Message update
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmah309 committed Oct 27, 2024
1 parent 542d1e4 commit 553b90c
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 @@ -46,7 +46,7 @@ async fn main() {
} else {
eprintln!("Oops something went wrong.");
eprintln!(
"For more info, try again with environment variable `CONTAINERYARD_DEBUG` to anything but `0`."
"For more info, try again with environment variable `CONTAINERYARD_DEBUG` set to anything but `0`."
);
}
exit(1);
Expand Down

0 comments on commit 553b90c

Please sign in to comment.