mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #25967 from rallytime/bp-25917
Back-port #25917 to 2015.5
This commit is contained in:
commit
a6d8e541ed
1 changed files with 1 additions and 1 deletions
|
@ -259,7 +259,7 @@ def __save_artifact(artifact_url, target_file):
|
|||
}
|
||||
|
||||
if os.path.isfile(target_file):
|
||||
log.debug("File %s already exists, checking checksum...")
|
||||
log.debug("File {0} already exists, checking checksum...".format(target_file))
|
||||
checksum_url = artifact_url + ".sha1"
|
||||
|
||||
checksum_success, artifact_sum, checksum_comment = __download(checksum_url)
|
||||
|
|
Loading…
Add table
Reference in a new issue