Skip to content

Commit

Permalink
fix: add shebang to azcopy.sh for proper script execution
Browse files Browse the repository at this point in the history
  • Loading branch information
jmaddington committed Nov 25, 2024
1 parent e4a6288 commit 40094e9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/azcopy.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/bin/bash
# Download 64-bit version of AzCopy if on x86_64 architecture
# https://aka.ms/downloadazcopy-v10-linux

Expand Down

0 comments on commit 40094e9

Please sign in to comment.