Skip to content

Commit

Permalink
Fix a few typos
Browse files Browse the repository at this point in the history
  • Loading branch information
tfausak committed May 7, 2016
1 parent 72672af commit 0332b1d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ after_success:
then
mkdir -p "$HOME/.stack/upload"
echo "{ \"username\": \"$HACKAGE_USERNAME\", \"password\": \"$HACKAGE_PASSWORD\" }" > "$HOME/.stack/upload/credentials.json"
stack upload --no-signature --pvp-bounds both
stack upload --no-signature --pvp-bounds both .
fi
- | # Add compressed binary to GitHub release.
if test "$TRAVIS_TAG" -a "$GITHUB_TOKEN"
then
gzip --best --to-stdout "$(stack path --local-install-root)/bin/github-release" > github-release.gz
stack exec -- github-release upload \
--token "$GITHUB_TOKEN" \
--user tfausak \
--owner tfausak \
--repo github-release \
--tag "$TRAVIS_TAG" \
--file github-release.gz \
Expand Down
2 changes: 1 addition & 1 deletion library/GitHubRelease.hs
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ main = do

runCommand :: Command -> IO ()
runCommand command = case command of
Upload aName anOwner aFile aRepo aTag aToken -> upload
Upload aFile aName anOwner aRepo aTag aToken -> upload
(Options.unHelpful aToken)
(Options.unHelpful anOwner)
(Options.unHelpful aRepo)
Expand Down

0 comments on commit 0332b1d

Please sign in to comment.