lib/fig/command.rb in fig-1.19.0 vs lib/fig/command.rb in fig-1.20.0
- old
+ new
@@ -228,10 +228,11 @@
@application_configuration = Fig::FigRC.find(
@options.figrc,
ENV['FIG_REMOTE_URL'],
@operating_system,
@options.home,
- @options.no_figrc?
+ @options.no_figrc?,
+ @options.no_remote_figrc?
)
if \
remote_operation_necessary? \
&& @application_configuration.remote_repository_url.nil?