Skip to content

Commit

Permalink
flowey: pass --skip-version-check to azcopy (#225)
Browse files Browse the repository at this point in the history
This is just another possible failure path.
  • Loading branch information
jstarks authored Oct 31, 2024
1 parent 771c513 commit ef90c7f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -398,6 +398,7 @@ fn download_blobs_from_azure(
{output_folder}
--include-path {include_path}
--overwrite true
--skip-version-check
"
)
.run();
Expand Down

0 comments on commit ef90c7f

Please sign in to comment.