diff options
| author | Paul Buetow <paul@buetow.org> | 2025-02-18 12:26:34 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-02-18 12:26:34 +0200 |
| commit | deda72cb08e1177b15a5506c20fa75edeb876eb6 (patch) | |
| tree | 75ff4767bd096bfc21a065adc5bd1269a47809ff /playground | |
| parent | 703fd14764974ba1513c987dcb461e4a23d633e1 (diff) | |
| parent | 614a3b5062d3a37d7f1eb59ad47e4ec5d791edc6 (diff) | |
Merge branch 'main' of codeberg.org:snonux/rcm
Diffstat (limited to 'playground')
| -rw-r--r-- | playground/Rakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/playground/Rakefile b/playground/Rakefile index ef53d00..35ae811 100644 --- a/playground/Rakefile +++ b/playground/Rakefile @@ -37,7 +37,7 @@ task :foo do configure do file '/tmp/foo.txt' do ensure_line 'foo' - depends_on file['/tmp/bar.txt'] + depends_on file '/tmp/bar.txt' end file '/tmp/bar.txt' do |
