summaryrefslogtreecommitdiff
path: root/staging/cli.c
diff options
context:
space:
mode:
Diffstat (limited to 'staging/cli.c')
-rw-r--r--staging/cli.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/staging/cli.c b/staging/cli.c
index b74d688..409b2ec 100644
--- a/staging/cli.c
+++ b/staging/cli.c
@@ -211,7 +211,7 @@ int cli()
gcli = cli;
// Set the hostname (shown in the the prompt)
- cli_set_hostname(cli, MZ_PROMPT);
+ cli_set_hostname(cli, "mz");
// Set the greeting
cli_set_banner(cli, "mausezahn " VERSION_STRING);