Skip to content

Commit

Permalink
#1 typo again in YML
Browse files Browse the repository at this point in the history
  • Loading branch information
Yegor Bugayenko committed Aug 7, 2014
1 parent 12b7936 commit 478711a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .rultor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ release:
- "sudo bundle install"
- "rake"
- "rm -rf *.gem"
- "sed -i 's/1\\.0\\.snapshot/${tag}/g' pdd.gemspec"
- "sed -i \"s/1\\.0\\.snapshot/${tag}/g\" pdd.gemspec"
- "gem build pdd.gemspec"
- "chmod 0600 ../rubygems.yml"
- "gem push *.gem --config-file ../rubygems.yml"
Expand Down

0 comments on commit 478711a

Please sign in to comment.