Skip to content

Commit

Permalink
Merge pull request alibaba#340 from liaozan/patch-1
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
hxy1991 authored Nov 24, 2018
2 parents 953dc5e + 98ec99d commit ccea92e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -147,9 +147,9 @@ static public void cleanEnvSnapshot(String envName){
tmp = new File(tmp, "snapshot");
try {
IOUtils.cleanDirectory(tmp);
log.info("success dlelet " + envName + "-snapshot");
log.info("success delete " + envName + "-snapshot");
} catch (IOException e) {
log.info("fail dlelet " + envName + "-snapshot, " + e.toString());
log.info("fail delete " + envName + "-snapshot, " + e.toString());
e.printStackTrace();
}
}
Expand Down

0 comments on commit ccea92e

Please sign in to comment.