mirror of
https://mzte.de/git/LordMZTE/dotfiles.git
synced 2024-11-13 05:22:08 +01:00
make capitalization of mzteinit messages consistent
This commit is contained in:
parent
cc349776c4
commit
0c6247fbb7
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ const delimitedWriter = @import("delimited_writer.zig").delimitedWriter;
|
|||
/// Initialize the environment.
|
||||
/// Returns true if the environment should be transferred to the system daemon.
|
||||
pub fn populateEnvironment(env: *std.process.EnvMap) !bool {
|
||||
try msg("Loading environment...", .{});
|
||||
try msg("loading environment...", .{});
|
||||
// buffer for building values for env vars
|
||||
var buf: [1024 * 8]u8 = undefined;
|
||||
|
||||
|
|
Loading…
Reference in a new issue