Skip to content

Commit

Permalink
Fix Go not found on first install (#522)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattjohnsonpint authored Oct 29, 2024
1 parent 4d75bd6 commit a3f3501
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
10 changes: 7 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
# Change Log

## 2024-01-28 - CLI Version 0.13.2
## 2024-10-29 - CLI Version 0.13.3

- Fix CLI hang on Linux [#522](https://github.com/hypermodeinc/modus/pull/522)
- Fix Go not found on first install [#522](https://github.com/hypermodeinc/modus/pull/522)

## 2024-01-28 - CLI Version 0.13.1
## 2024-10-28 - CLI Version 0.13.2

- Fix CLI hang on Linux [#521](https://github.com/hypermodeinc/modus/pull/521)

## 2024-10-28 - CLI Version 0.13.1

- Fix issues with interactive CLI prompts [#517](https://github.com/hypermodeinc/modus/pull/517)

Expand Down
3 changes: 1 addition & 2 deletions cli/src/util/systemVersions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,11 @@
* SPDX-License-Identifier: Apache-2.0
*/

import process from "node:process";
import { execFile } from "./cp.js";
import { ModusHomeDir } from "../custom/globals.js";

const EXEC_OPTIONS = {
shell: true,
cwd: ModusHomeDir,
env: process.env,
};

Expand Down

0 comments on commit a3f3501

Please sign in to comment.