Skip to content

Commit

Permalink
chore: fix prisma/prisma#25855
Browse files Browse the repository at this point in the history
  • Loading branch information
jkomyno committed Dec 16, 2024
1 parent 5b4fe75 commit 5ce44e2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ pub fn write_migration_lock_file(migrations_directory_path: &str, provider: &str
let mut file = std::fs::File::create(&file_path)?;
let content = format!(
r##"# Please do not edit this file manually
# It should be added in your version-control system (i.e. Git)
# It should be added in your version-control system (e.g., Git)
provider = "{provider}""##
);

Expand Down

0 comments on commit 5ce44e2

Please sign in to comment.