Skip to content

Commit cf64226

Browse files
committed
.
1 parent 4b7df1a commit cf64226

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/std/sdk/proxy.tg.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ export const env = async (arg?: Arg): Promise<tg.Directory> => {
229229
binDir = await tg.directory(binDir, replacements);
230230

231231
// Return the toolchain with the modified bin directory
232-
const envDir = tg.directory(buildToolchainDir, { bin: binDir });
232+
return tg.directory(buildToolchainDir, { bin: binDir });
233233
};
234234

235235
export default env;

0 commit comments

Comments
 (0)