diff options
| author | Paul Buetow <paul@buetow.org> | 2025-02-19 14:45:53 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-02-19 14:45:53 +0200 |
| commit | 79c1e080d47954cfd90e338685f30f1481087922 (patch) | |
| tree | 185187621ffbf8e465cfc1d8730646d5fa42ca44 /lib/dslkeywords/resource.rb | |
| parent | bbd4d006e08235c83900f206f7e4e772fbad6bd4 (diff) | |
fix
Diffstat (limited to 'lib/dslkeywords/resource.rb')
| -rw-r--r-- | lib/dslkeywords/resource.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/dslkeywords/resource.rb b/lib/dslkeywords/resource.rb index 2358ff5..aea47cc 100644 --- a/lib/dslkeywords/resource.rb +++ b/lib/dslkeywords/resource.rb @@ -50,6 +50,7 @@ module RCM def evaluate! return false if @evaluated + info 'Evaluating...' raise DependencyLoop, "Dependency loop detected for #{id}" if @loop_detection @loop_detection = true |
