Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
Signed-off-by: Jess Frazelle <[email protected]>
  • Loading branch information
jessfraz committed Aug 26, 2023
1 parent 794028b commit e45a1f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/context.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down

0 comments on commit e45a1f2

Please sign in to comment.