Skip to content

Commit 245b6b6

Browse files
2 parents 46bfabb + 05d0274 commit 245b6b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Helpers/projectInitCompareOptions.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ if ($backupPath -eq "") {
7878
flyway diff model "-diff.source=migrations" "-diff.target=schemaModel" "-diff.buildEnvironment=shadow"
7979
}
8080

81-
$pocSetupMessage = "`nYDo you want to set up a full POC environment with dev and test databases?"
81+
$pocSetupMessage = "`nDo you want to set up a full POC environment with dev and test databases?"
8282
if ($backupPath -ne "") {
8383
$pocSetupMessage += " $backupPath WILL BE RESTORED multiple times to provided instance for dev and test databases. (Y/N)?"
8484
} else {

0 commit comments

Comments
 (0)