summaryrefslogtreecommitdiff
path: root/playground/Rakefile
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2025-02-16 23:15:45 +0200
committerPaul Buetow <paul@buetow.org>2025-02-16 23:15:45 +0200
commita246ade229a2a1578358eb25fe5855bc5cf22732 (patch)
tree9637a8cf2a9a891d27c0693fb6bc3283a7a22c9b /playground/Rakefile
parent556d1d13ad6ce056fb52d920e36c08192c7103c5 (diff)
sugar
Diffstat (limited to 'playground/Rakefile')
-rw-r--r--playground/Rakefile2
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