Skip to content

Commit

Permalink
Rename variable
Browse files Browse the repository at this point in the history
Co-authored-by: dahn <[email protected]>
  • Loading branch information
GutoVeronezi and DaanHoogland authored Oct 4, 2023
1 parent af83477 commit 315568a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1784,8 +1784,8 @@ public Answer createSnapshot(final CreateObjectCommand cmd) {
}
} else {
snapshotPath = getSnapshotPathInPrimaryStorage(primaryPool.getLocalPath(), snapshotName);
String copyResult = convertBaseFileToSnapshotFileInPrimaryStorageDir(primaryPool, diskPath, snapshotPath, volume, cmd.getWait());
validateConvertResult(copyResult, snapshotPath);
String convertResult = convertBaseFileToSnapshotFileInPrimaryStorageDir(primaryPool, diskPath, snapshotPath, volume, cmd.getWait());
validateConvertResult(convertResult, snapshotPath);
}
}

Expand Down

0 comments on commit 315568a

Please sign in to comment.