From 31b439ee313c9268ac338dd130390d4f7200e693 Mon Sep 17 00:00:00 2001 From: Ilion Beyst Date: Sun, 26 Dec 2021 22:00:20 +0100 Subject: rebrand project to workspace --- planetwars-cli/src/commands/serve.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'planetwars-cli/src/commands/serve.rs') diff --git a/planetwars-cli/src/commands/serve.rs b/planetwars-cli/src/commands/serve.rs index 2a2e59b..a078c83 100644 --- a/planetwars-cli/src/commands/serve.rs +++ b/planetwars-cli/src/commands/serve.rs @@ -10,9 +10,9 @@ pub struct ServeCommand; impl ServeCommand { pub async fn run(self) -> io::Result<()> { - let project_dir = env::current_dir().unwrap(); + let workspace_root = env::current_dir().unwrap(); - web::run(project_dir).await; + web::run(workspace_root).await; Ok(()) } } -- cgit v1.2.3