Skip to content

Commit

Permalink
Fix --env config switch not working
Browse files Browse the repository at this point in the history
  • Loading branch information
soundasleep committed Jun 26, 2024
1 parent bd39cd2 commit 55d0022
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/options.rb
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def load_command_line_options
options[:init] = true
end

opts.on("-e", "--env FILE.YML", "Use environment variables from a secondary file") do
opts.on("-e", "--env FILE.YML", "Use environment variables from a secondary file") do |file|
options[:env] = file
end

Expand Down

0 comments on commit 55d0022

Please sign in to comment.