Skip to content

Commit

Permalink
Merge pull request #11 from mrdziuban/fix_creating_keys
Browse files Browse the repository at this point in the history
Fix creating keys from CLI
  • Loading branch information
ConradIrwin committed Jul 24, 2015
2 parents a6c32c9 + 7dabb94 commit 6ccb512
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dotgpg.gemspec
@@ -1,6 +1,6 @@
Gem::Specification.new do |gem|
gem.name = 'dotgpg'
gem.version = '0.6.0'
gem.version = '0.6.1'

gem.summary = 'gpg-encrypted backup for your dotenv files'
gem.description = "Easy management of gpg-encrypted backup files"
Expand Down
2 changes: 1 addition & 1 deletion lib/dotgpg/cli.rb
Expand Up @@ -25,8 +25,8 @@ def init(directory=".")
FileUtils.mkdir_p(dir.dotgpg)
unless File.exist? 'README.md'
FileUtils.cp Pathname.new(__FILE__).dirname.join("template/README.md"), dir.path.join("README.md")
dir.add_key(key)
end
dir.add_key(key)
end

desc "key", "export your GPG public key in a format that `dotgpg add` will understand"
Expand Down

0 comments on commit 6ccb512

Please sign in to comment.