Skip to content

Commit

Permalink
Fixing typos in the deployment. (#1909)
Browse files Browse the repository at this point in the history
  • Loading branch information
slaff authored Oct 24, 2019
1 parent 53c9d31 commit df76479
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ RESPONSE=$(curl -H "Content-Type:application/json" -H "$AUTH_HEADER" \
https://api.github.com/repos/SmingHub/Sming/releases)

# Get release id
$ID=$(echo $RESPONSE | jq -r .id)
ID=$(echo $RESPONSE | jq -r .id)

# [Get all submodules used in this release, pack them and add the archive to the release artifacts]
cd $SMING_HOME
Expand Down

0 comments on commit df76479

Please sign in to comment.