Skip to content

Commit

Permalink
test(ci): menial change to test ci caching
Browse files Browse the repository at this point in the history
  • Loading branch information
gluax committed Mar 29, 2024
1 parent 7ed4018 commit 83c4ef2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/snot-cli/src/commands/env.rs
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ enum Commands {
impl Env {
pub fn run(self) -> Result<()> {
let client = reqwest::blocking::Client::new();
println!("testing caching");

use Commands::*;
match self.command {
Expand Down

0 comments on commit 83c4ef2

Please sign in to comment.