Skip to content

Commit 7280284

Browse files
committed
"warning: `*' interpreted as argument prefix"
1 parent 7efd492 commit 7280284

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/spring/watcher.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ def self.watcher
2525
end
2626

2727
def self.watch(*items)
28-
watcher.add *items
28+
watcher.add(*items)
2929
end
3030
end

0 commit comments

Comments
 (0)