diff options
Diffstat (limited to 'RELEASE_NOTES.md')
-rw-r--r-- | RELEASE_NOTES.md | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index cc59716ff9..aa623a46be 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -55,7 +55,10 @@ be verified using ```ruby windows_package '7zip' do source "http://www.7-zip.org/a/7z938-x64.msi" - remote_file_attributes :checksum => '7c8e873991c82ad9cfcdbdf45254ea6101e9a645e12977dcd518979e50fdedf3' + remote_file_attributes { + :path => "C:\\7zip.msi", + :checksum => '7c8e873991c82ad9cfcdbdf45254ea6101e9a645e12977dcd518979e50fdedf3' + } end ``` |