Skip to content

Commit 1908710

Browse files
committed
No need to memoize
The env just have precedence of the config if it is `false`.
1 parent 67492f2 commit 1908710

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/spring/configuration.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ def project_root_path
5454
end
5555

5656
def quiet
57-
@quiet ||= ENV.key?('SPRING_QUIET')
57+
@quiet || ENV.key?('SPRING_QUIET')
5858
end
5959

6060
private

0 commit comments

Comments
 (0)