Skip to content

Commit

Permalink
Fix for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
JettChenT committed Aug 6, 2023
1 parent 1a1cecc commit a1585ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion burrow/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ async fn try_retrieve() -> Result<()> {
}

#[cfg(not(any(target_os = "linux", target_vendor = "apple")))]
async fn try_main() -> Result<()> {
async fn try_start() -> Result<()> {
Ok(())
}

Expand Down

0 comments on commit a1585ea

Please sign in to comment.