kpfaulkner / azurecopy

copy blobs between azure, s3 and local storage
Apache License 2.0
36 stars 13 forks source link

Missing quote in azurecopy.exe.config #1

Closed lukaskabrt closed 9 years ago

lukaskabrt commented 9 years ago

The latest release [https://github.com/kpfaulkner/azurecopy/releases/download/0.16.1/azurecopy-0.16.1.7z] contains invalid azurecopy.exe.config file.

There is a missing quote in the following line <add key="SkyDriveRefreshToken" value=" />

kpfaulkner commented 9 years ago

Hi Lukas,

Thanks, I'll fix that later today.

Ken

On 22 Feb 2015, at 5:55 am, Lukas Kabrt notifications@github.com wrote:

The latest release [https://github.com/kpfaulkner/azurecopy/releases/download/0.16.1/azurecopy-0.16.1.7z] contains invalid azurecopy.exe.config file.

There is a missing quote in the following line <add key="SkyDriveRefreshToken" value=" />

— Reply to this email directly or view it on GitHub.

kpfaulkner commented 9 years ago

Created 0.16.2 which fixes the broken config.