Skip to content

Commit

Permalink
fix rebase
Browse files Browse the repository at this point in the history
Signed-off-by: Patrik Cyvoct <[email protected]>
  • Loading branch information
Sh4d1 committed Apr 22, 2020
1 parent 2a0784f commit fe4ca83
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/core/context.go
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ func ExtractEnv(ctx context.Context, envKey string) string {

return os.Getenv(envKey)
}

func ExtractUserHomeDir(ctx context.Context) string {
return ExtractEnv(ctx, "HOME")
}
Expand Down

0 comments on commit fe4ca83

Please sign in to comment.