Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jm-mailosaur committed Mar 13, 2019
1 parent 307c5f3 commit 9ac053d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ notifications:
slack: mailosaur:CsJ9RruwjqHPKr1Iugk8GDtX
before_deploy:
- version=`git describe --abbrev=0 --tags` &&
sed -i s/\[0-9]\.\[0-9]\.\[0-9]/$version/lib/mailosaur.rb &&
sed -i s/\[0-9]\.\[0-9]\.\[0-9]/$version/ lib/mailosaur.rb &&
sed -i s/\[0-9]\.\[0-9]\.\[0-9]/$version/ lib/Mailosaur/version.rb &&
sed -i "s/=\ \'\[0-9]\.\[0-9]\.\[0-9]/=\ \'$version/" mailosaur.gemspec
after_deploy:
Expand Down

0 comments on commit 9ac053d

Please sign in to comment.