Skip to content

Commit fe4590c

Browse files
make linkHosted boolean work
1 parent a9f13f3 commit fe4590c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cli/commands/query/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ const clearScreenAndMoveCursorToTop = () => {
2828
};
2929

3030
export const query = async (
31-
{ name, repositoryUrl, output, contentType, chatPrompt, targetAudience }: AutodocRepoConfig,
31+
{ name, repositoryUrl, output, contentType, chatPrompt, targetAudience}: AutodocRepoConfig,
3232
{ llms }: AutodocUserConfig,
3333
) => {
3434
const data = path.join(output, 'docs', 'data/');

0 commit comments

Comments
 (0)