We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 917b3a3 + 2f6f551 commit 7e51277Copy full SHA for 7e51277
bin/dx_ctl_env.pl
@@ -340,7 +340,7 @@
340
print "Deleting repository $repopath from environment $env_name \n";
341
my $repository_obj = new Repository_obj($engine_obj, $debug);
342
if ($repository_obj->deleteRepository($envitem, $repopath)) {
343
- print "Problem with adding repository \n";
+ print "Problem with deleting repository \n";
344
$ret = $ret + 1;
345
}
346
0 commit comments