summaryrefslogtreecommitdiff
path: root/playground
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2025-02-18 12:26:34 +0200
committerPaul Buetow <paul@buetow.org>2025-02-18 12:26:34 +0200
commitdeda72cb08e1177b15a5506c20fa75edeb876eb6 (patch)
tree75ff4767bd096bfc21a065adc5bd1269a47809ff /playground
parent703fd14764974ba1513c987dcb461e4a23d633e1 (diff)
parent614a3b5062d3a37d7f1eb59ad47e4ec5d791edc6 (diff)
Merge branch 'main' of codeberg.org:snonux/rcm
Diffstat (limited to 'playground')
-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