diff options
| author | Acid Chicken (硫酸鶏) <root@acid-chicken.com> | 2019-02-04 16:50:14 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-02-04 16:50:14 +0900 |
| commit | 3a035c481e4a6ebc5984fa000e2403b050dfa1aa (patch) | |
| tree | 6c697e35430f07dd7c976f87353cc84aeaf52be8 /src | |
| parent | Update config.yml (diff) | |
| download | sharkey-3a035c481e4a6ebc5984fa000e2403b050dfa1aa.tar.gz sharkey-3a035c481e4a6ebc5984fa000e2403b050dfa1aa.tar.bz2 sharkey-3a035c481e4a6ebc5984fa000e2403b050dfa1aa.zip | |
Fix fusion
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 67c1ecb907..9158737231 100644 --- a/src/index.ts +++ b/src/index.ts @@ -74,7 +74,7 @@ async function masterMain() { bootLogger.info('Welcome to Misskey!'); bootLogger.info(`Misskey v${pkg.version}`, true); - bootLogger.info('Misskey is maintained by @syuilo, @AyaMorisawa, @mei23 and @acid-chicken.'); + bootLogger.info('Misskey is maintained by @syuilo, @AyaMorisawa, @mei23, and @acid-chicken.'); try { // initialize app |