diff options
| author | 2025-12-01 12:57:24 -0500 | |
|---|---|---|
| committer | 2025-12-01 13:00:52 -0500 | |
| commit | 2c66052dcc64a92c71f73b91328e4d6ac8377304 (patch) | |
| tree | 6cc052f6644befbda28200ed8c3f95b095950032 /taro | |
| parent | aa64ea4be134979a72312e9e645237ac4f376981 (diff) | |
| download | mauri-2c66052dcc64a92c71f73b91328e4d6ac8377304.tar.gz mauri-2c66052dcc64a92c71f73b91328e4d6ac8377304.tar.bz2 mauri-2c66052dcc64a92c71f73b91328e4d6ac8377304.zip | |
Update deps
Signed-off-by: Andrew Opalach <andrew@akon.city>
Diffstat (limited to 'taro')
| -rw-r--r-- | taro/ui.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1309,7 +1309,7 @@ s32 main(void) if (!nn_common_init(NULL)) return exit_status; if (open_config(&u.conf, false) != CONFIG_LOADED) { - log_error("failed to open config, run `tarod` at least once to generate the required config"); + log_error("failed to open config, run `tarod` at least once to generate the required files"); nn_common_close(); return exit_status; } |