Skip to content
This repository was archived by the owner on Sep 9, 2022. It is now read-only.

fix Homedir bug in windows #121 #123

Merged
merged 1 commit into from
Nov 20, 2021
Merged

fix Homedir bug in windows #121 #123

merged 1 commit into from
Nov 20, 2021

Conversation

david-tomson
Copy link
Member

remove process.env.HOME

@david-tomson david-tomson requested a review from abdfnx as a code owner November 20, 2021 06:02
@@ -6,12 +6,14 @@ env.config();
export const PRIMARY_COLOR: any = "#1163E6";
export const GH_TOKEN: any = process.env.GH_TOKEN;
export const API_URL: any = "https://api.secman.dev";
export const HOMEDIR: any =
process.platform === "win32" ? "USERPROFILE" : "HOME";
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👊

@abdfnx abdfnx merged commit 3ac4d06 into scmn-dev:main Nov 20, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants