diff options
| author | Paul Buetow <paul@buetow.org> | 2025-02-16 23:15:45 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-02-16 23:15:45 +0200 |
| commit | a246ade229a2a1578358eb25fe5855bc5cf22732 (patch) | |
| tree | 9637a8cf2a9a891d27c0693fb6bc3283a7a22c9b /playground/Rakefile | |
| parent | 556d1d13ad6ce056fb52d920e36c08192c7103c5 (diff) | |
sugar
Diffstat (limited to 'playground/Rakefile')
| -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 |
