We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 46bfabb + 05d0274 commit 245b6b6Copy full SHA for 245b6b6
Helpers/projectInitCompareOptions.ps1
@@ -78,7 +78,7 @@ if ($backupPath -eq "") {
78
flyway diff model "-diff.source=migrations" "-diff.target=schemaModel" "-diff.buildEnvironment=shadow"
79
}
80
81
-$pocSetupMessage = "`nYDo you want to set up a full POC environment with dev and test databases?"
+$pocSetupMessage = "`nDo you want to set up a full POC environment with dev and test databases?"
82
if ($backupPath -ne "") {
83
$pocSetupMessage += " $backupPath WILL BE RESTORED multiple times to provided instance for dev and test databases. (Y/N)?"
84
} else {
0 commit comments