From e45a1f240059a27edc3db926ca77cf1835f12862 Mon Sep 17 00:00:00 2001 From: Jess Frazelle Date: Fri, 25 Aug 2023 17:55:25 -0700 Subject: [PATCH] updates Signed-off-by: Jess Frazelle --- src/context.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/context.rs b/src/context.rs index 838d007d..0162d2cc 100644 --- a/src/context.rs +++ b/src/context.rs @@ -102,7 +102,7 @@ impl Context<'_> { output_dir: &std::path::Path, format: &kittycad::types::FileExportFormat, ) -> Result<()> { - let client = self.api_client("http://system76-pc:8080")?; + let client = self.api_client(hostname)?; let ws = client .modeling() .commands_ws(None, None, None, None, Some(false))