diff options
| author | syuilo⭐️ <Syuilotan@yahoo.co.jp> | 2017-01-19 09:53:29 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-01-19 09:53:29 +0900 |
| commit | adb42fe60b2e2ef2ee9000a354b1a6abff59cb23 (patch) | |
| tree | 8e438128cd0091b13d4d9f85e23f4cfc6b86179e /src | |
| parent | 謎 (diff) | |
| download | misskey-adb42fe60b2e2ef2ee9000a354b1a6abff59cb23.tar.gz misskey-adb42fe60b2e2ef2ee9000a354b1a6abff59cb23.tar.bz2 misskey-adb42fe60b2e2ef2ee9000a354b1a6abff59cb23.zip | |
Update index.ts
Diffstat (limited to 'src')
| -rw-r--r-- | src/index.ts | 2 |
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(); |