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 6c2cfd2 commit 3f2093cCopy full SHA for 3f2093c
lib/octocatalog-diff/catalog-util/builddir.rb
@@ -91,7 +91,7 @@ def create_symlinks(logger = nil)
91
elsif @options[:create_symlinks]
92
logger.warn '--create-symlinks is ignored unless --preserve-environments is used' unless logger.nil?
93
elsif @options[:environment]
94
- install_directory_symlink(logger, @options[:basedir], "environments/#{@options[:environment]}")
+ return install_directory_symlink(logger, @options[:basedir], "environments/#{@options[:environment]}")
95
end
96
install_directory_symlink(logger, @options[:basedir])
97
0 commit comments