Skip to content

Commit

Permalink
Merge pull request #1026 from ehutzelman/patch-1
Browse files Browse the repository at this point in the history
Update init description for kamal secrets
  • Loading branch information
dhh authored Oct 4, 2024
2 parents 8019158 + 0ff1450 commit 4b2c9cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/kamal/cli/main.rb
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ def docs(section = nil)
puts "No documentation found for #{section}"
end

desc "init", "Create config stub in config/deploy.yml and env stub in .env"
desc "init", "Create config stub in config/deploy.yml and secrets stub in .kamal"
option :bundle, type: :boolean, default: false, desc: "Add Kamal to the Gemfile and create a bin/kamal binstub"
def init
require "fileutils"
Expand Down

0 comments on commit 4b2c9cd

Please sign in to comment.