Skip to content

Commit

Permalink
fix: create machine is broken since got update (#334)
Browse files Browse the repository at this point in the history
Fixes #333

Signed-off-by: Jeff MAURY <[email protected]>
  • Loading branch information
jeffmaury authored Oct 3, 2024
1 parent 49a9cee commit 9e7eb1c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/daemon-commander.ts
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ export class DaemonCommander {
const result = await got.post(url, {
json: { properties: values },
throwHttpErrors: false,
enableUnixSockets: true,
// body: values,
});
if (result.statusCode !== 200) {
Expand Down

0 comments on commit 9e7eb1c

Please sign in to comment.