Skip to content
This repository was archived by the owner on Sep 9, 2024. It is now read-only.

Commit 10abcc8

Browse files
committed
Update index.ts
1 parent 59db38c commit 10abcc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/middlewares/localGit/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -463,5 +463,5 @@ export async function registerMiddleware(app: express.Express, options: Options)
463463
await validateRepo({ repoPath });
464464
app.post('/api/v1', joi(getSchema({ repoPath })));
465465
app.post('/api/v1', localGitMiddleware({ repoPath, logger }));
466-
logger.info(`Decap CMS Git Proxy Server configured with ${repoPath}`);
466+
logger.info(`Static CMS Git Proxy Server configured with ${repoPath}`);
467467
}

0 commit comments

Comments
 (0)