chore: fix typo
All checks were successful
ci/woodpecker/push/cron-docker-builder Pipeline was successful
ci/woodpecker/push/push-next Pipeline was successful
ci/woodpecker/push/tag-created Pipeline was successful

This commit is contained in:
Paul Campbell 2024-05-05 17:41:22 +01:00
parent 60f91b91df
commit 96994f2390

View file

@ -79,7 +79,7 @@ pub async fn start(fs: FileSystem, net: Network) {
}
}
let Ok(canon) = dir.canonicalize() else {
error!(?dir, "Failed to confirm servier storage");
error!(?dir, "Failed to confirm server storage");
return;
};
info!(dir = ?canon, "server storage");