Skip to content

Commit 56c0f0f

Browse files
committed
fix: release v0.2.0
1 parent 78a4d4e commit 56c0f0f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/action.zig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ fn runEnv(ctx: Context) !void {
220220
, .{
221221
std.process.executablePathAlloc(ctx.io, ctx.arena) catch "zigup",
222222
try ctx.binDir(),
223-
try ctx.userConfig,
223+
try configPath(ctx.arena, ctx.environMap),
224224
try ctx.dataDir(),
225225
try ctx.cacheDir(),
226226
});

0 commit comments

Comments
 (0)