We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87d19bd commit 948db9fCopy full SHA for 948db9f
lib/octocatalog-diff/catalog-util/builddir.rb
@@ -85,7 +85,7 @@ def create_symlinks(logger = nil)
85
end
86
else
87
if @options[:environment]
88
- logger.warn '--environment is ignored unless --preserve-environments is used' unless logger.nil?
+ install_directory_symlink(logger, @options[:basedir], "environments/#{@options[:environment]}")
89
90
if @options[:create_symlinks]
91
logger.warn '--create-symlinks is ignored unless --preserve-environments is used' unless logger.nil?
0 commit comments