Skip to content

Commit

Permalink
tell upgrade.pl not to clear the cache since we do it ourselves
Browse files Browse the repository at this point in the history
  • Loading branch information
haarg committed Sep 21, 2009
1 parent 72496c6 commit c56b360
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/WGDev/Command/Reset.pm
Expand Up @@ -359,7 +359,7 @@ sub upgrade {
# child process, don't need to worry about restoring anything
chdir File::Spec->catdir( $wgd->root, 'sbin' );

local @ARGV = qw(--doit --override --skipBackup);
local @ARGV = qw(--doit --override --skipBackup --skipDelete);
if ( $self->verbosity < 2 ) {
push @ARGV, '--quiet';
}
Expand Down

0 comments on commit c56b360

Please sign in to comment.