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 67492f2 commit 1908710Copy full SHA for 1908710
lib/spring/configuration.rb
@@ -54,7 +54,7 @@ def project_root_path
54
end
55
56
def quiet
57
- @quiet ||= ENV.key?('SPRING_QUIET')
+ @quiet || ENV.key?('SPRING_QUIET')
58
59
60
private
0 commit comments