Fix installation

Signed-off-by: AnErrupTion <anerruption@disroot.org>
This commit is contained in:
AnErrupTion 2026-07-12 12:10:47 +02:00
parent f89e79c7f8
commit bcc2cdfcdc
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -384,7 +384,7 @@ fn installText(
destination_directory: std.Io.Dir,
destination_directory_path: []const u8,
destination_file: []const u8,
options: std.Io.File.CreateFlags,
options: std.Io.Dir.CreateFileOptions,
) !void {
var file = try destination_directory.createFile(io, destination_file, options);
defer file.close(io);