summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorsyuilo⭐️ <Syuilotan@yahoo.co.jp>2017-01-19 09:53:29 +0900
committerGitHub <noreply@github.com>2017-01-19 09:53:29 +0900
commitadb42fe60b2e2ef2ee9000a354b1a6abff59cb23 (patch)
tree8e438128cd0091b13d4d9f85e23f4cfc6b86179e /src
parent (diff)
downloadmisskey-adb42fe60b2e2ef2ee9000a354b1a6abff59cb23.tar.gz
misskey-adb42fe60b2e2ef2ee9000a354b1a6abff59cb23.tar.bz2
misskey-adb42fe60b2e2ef2ee9000a354b1a6abff59cb23.zip
Update index.ts
Diffstat (limited to 'src')
-rw-r--r--src/index.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/index.ts b/src/index.ts
index 1083ac5c63..6ce6ab2ee4 100644
--- a/src/index.ts
+++ b/src/index.ts
@@ -116,7 +116,7 @@ async function init(): Promise<InitResult> {
let warn = false;
Logger.info('Welcome to Misskey!');
- Logger.info(chalk.bold('Misskey Core <aoi>'));
+ Logger.info(chalk.bold('Misskey <aoi>'));
Logger.info('Initializing...');
await LastCommitInfo.show();