diff options
| author | Paul Buetow <paul@buetow.org> | 2024-12-07 00:40:57 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2024-12-07 00:40:57 +0200 |
| commit | fb129404a88e6cb3617f985092b578bbe452bd18 (patch) | |
| tree | 4cf17a2e99f3cd121130d04d425a8dcbe61eba17 /Rakefile | |
| parent | bf5baf8891f0622f4e46571fa0ad990d7140b9d7 (diff) | |
playing
Diffstat (limited to 'Rakefile')
| -rw-r--r-- | Rakefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -24,7 +24,7 @@ end desc 'foo task' task :foo do make_it_so do - file '/tmp/test.txt' do + file :alias, '/tmp/test.txt' do [ 'foo', 'bar', 'baz' ].sort end end |
