Skip to content

Commit

Permalink
chore: Noop change to see if cloudbuilder works (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
evanpurkhiser authored May 31, 2024
1 parent 2c34fb9 commit 72608c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ pub async fn execute() -> io::Result<()> {
let matches = app.get_matches();

if let Some(_matches) = matches.subcommand_matches("run") {
println!("Hello world. I am doing nothing. ^C to exit");
println!("Hello uptime. I am doing nothing. ^C to exit");
ctrl_c().await
} else {
unreachable!();
Expand Down

0 comments on commit 72608c0

Please sign in to comment.