Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
tusharmath authored Mar 28, 2024
1 parent 7d6aa29 commit 5254867
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli/tc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const JSON_FILE_NAME: &str = ".tailcallrc.schema.json";

pub async fn run() -> Result<()> {
if let Ok(path) = dotenv() {
tracing::info!("Content from file: {:?} are loaded", path);
tracing::info!("Env from file: {:?} are loaded", path);
}
let cli = Cli::parse();
update_checker::check_for_update().await;
Expand Down

0 comments on commit 5254867

Please sign in to comment.