Skip to content

Commit 711dc55

Browse files
committed
corrected wrong variable
1 parent 64a71d7 commit 711dc55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/spec-configuration/containerFeaturesConfiguration.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ export function getFeatureLayers(featuresConfig: FeaturesConfig, containerUser:
295295
const builtinsEnvFile = `${path.posix.join(FEATURES_CONTAINER_TEMP_DEST_FOLDER, 'devcontainer-features.builtin.env')}`;
296296
const tempUserHome = `RUN \\
297297
echo "_CONTAINER_USER_HOME=$(${getEntPasswdShellCommand(containerUser)} | cut -d: -f6)" >> ${builtinsEnvFile} && \\
298-
echo "_REMOTE_USER_HOME=$(${getEntPasswdShellCommand(containerUser)} | cut -d: -f6)" >> ${builtinsEnvFile}
298+
echo "_REMOTE_USER_HOME=$(${getEntPasswdShellCommand(remoteUser)} | cut -d: -f6)" >> ${builtinsEnvFile}
299299
300300
`;
301301

0 commit comments

Comments
 (0)