Skip to content

Commit 7043b94

Browse files
committed
fix: well kinda (HOSTNAME in phoenix)
1 parent eeda9fb commit 7043b94

File tree

1 file changed

+1
-1
lines changed
  • src/phoenix/src/platform/puter

1 file changed

+1
-1
lines changed

src/phoenix/src/platform/puter/env.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export const CreateEnvProvider = ({ config }) => {
2222
return {
2323
USER: config['puter.auth.username'],
2424
HOME: '/' + config['puter.auth.username'],
25-
HOSTNAME: config['puter.domain'],
25+
HOSTNAME: config['puter.domain'] ?? 'puter.com',
2626
}
2727
},
2828

0 commit comments

Comments
 (0)