diff options
author | Chocobozzz <me@florianbigard.com> | 2021-07-06 10:22:37 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-07-20 15:27:16 +0200 |
commit | f59545d97a80bf06025bf6343a80d834c7eb237f (patch) | |
tree | 7ed34f26b94964e8e707504da5fb90ff9d7486ad /shared/extra-utils/index.ts | |
parent | c1bc8ee4783d6ce3102524e6c2a02b2f0f6aab6d (diff) | |
download | PeerTube-f59545d97a80bf06025bf6343a80d834c7eb237f.tar.gz PeerTube-f59545d97a80bf06025bf6343a80d834c7eb237f.tar.zst PeerTube-f59545d97a80bf06025bf6343a80d834c7eb237f.zip |
Rename command files
Diffstat (limited to 'shared/extra-utils/index.ts')
-rw-r--r-- | shared/extra-utils/index.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shared/extra-utils/index.ts b/shared/extra-utils/index.ts index 10781d049..c4f0afdc4 100644 --- a/shared/extra-utils/index.ts +++ b/shared/extra-utils/index.ts | |||
@@ -4,7 +4,7 @@ export * from './cli' | |||
4 | 4 | ||
5 | export * from './custom-pages' | 5 | export * from './custom-pages' |
6 | 6 | ||
7 | export * from './feeds/feeds' | 7 | export * from './feeds' |
8 | 8 | ||
9 | export * from './mock-servers/mock-instances-index' | 9 | export * from './mock-servers/mock-instances-index' |
10 | 10 | ||