summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2024-12-07 12:57:56 +0200
committerPaul Buetow <paul@buetow.org>2024-12-07 12:57:56 +0200
commit7d5264aea075c3845e6d5e4be65aaacdea54e71f (patch)
tree1828285b4d02e527693b2ac73533c2ab0d1fb779 /Rakefile
parentfb129404a88e6cb3617f985092b578bbe452bd18 (diff)
fix
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index 9b77690..8dff868 100644
--- a/Rakefile
+++ b/Rakefile
@@ -24,7 +24,7 @@ end
desc 'foo task'
task :foo do
make_it_so do
- file :alias, '/tmp/test.txt' do
+ file '/tmp/test.txt' do
[ 'foo', 'bar', 'baz' ].sort
end
end