dsaltares / fetch-gh-release-asset

Github Action to download an asset from a Github release
MIT License
113 stars 70 forks source link

Extra space in shebang #1

Closed bvamos closed 4 years ago

bvamos commented 4 years ago

The script file fetch_github_asset.sh contains an extra space character in the first line.

@@ -1,4 +1,4 @@
#!/bin/bash
# !/bin/bash
dsaltares commented 4 years ago

Closed via https://github.com/dsaltares/fetch-gh-release-asset/pull/2.

Thanks for the contribution!