summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/sow2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/sow b/bin/sow
index 7e2939c..74db98f 100755
--- a/bin/sow
+++ b/bin/sow
@@ -123,7 +123,7 @@ Dir.chdir project do
when /^test/ then
dir, *rest = new_file.split File::SEPARATOR
- rest.last.sub! /^/, 'test_'
+ rest.last.sub!(/^/, 'test_')
new_file = File.join dir, *rest
end