summaryrefslogtreecommitdiff
path: root/playground/Rakefile
diff options
context:
space:
mode:
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