Skip to content

Commit

Permalink
Update entrypoint.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
flarco committed Mar 26, 2024
1 parent fa24d22 commit 1b3c3d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ if [ "$INPUT_VERSION" != "latest" ]; then
# download sling version
echo "Downloading version $INPUT_VERSION"
wget -q https://github.com/slingdata-io/sling-cli/releases/download/v$INPUT_VERSION/sling_linux_amd64.tar.gz
rm -f sling
tar -xf sling_linux_amd64.tar.gz
rm -f /usr/local/bin/sling
mv sling /usr/local/bin/sling
Expand Down

0 comments on commit 1b3c3d4

Please sign in to comment.