Skip to content

Commit 0599adc

Browse files
Fix generated text
Co-authored-by: Shati Patel <42641846+shati-patel@users.noreply.github.com>
1 parent 7dceded commit 0599adc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extensions/ql-vscode/src/model-editor/model-editor-view.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -757,7 +757,7 @@ export class ModelEditorView extends AbstractWebview<
757757
message: "Saving generated models",
758758
});
759759

760-
const fileContents = `# This file was automatically generated based from ${this.databaseItem.name}. Manual changes will not persist.\n\n${modelExtensionFileToYaml(extensionFile)}`;
760+
const fileContents = `# This file was automatically generated from ${this.databaseItem.name}. Manual changes will not persist.\n\n${modelExtensionFileToYaml(extensionFile)}`;
761761
const filePath = join(
762762
this.extensionPack.path,
763763
"models",

0 commit comments

Comments
 (0)