Skip to content

Commit b081dbf

Browse files
committed
Make destination required
1 parent e154aaf commit b081dbf

File tree

1 file changed

+1
-1
lines changed
  • modules/post/multi/manage

1 file changed

+1
-1
lines changed

modules/post/multi/manage/zip.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ def initialize(info={})
2626

2727
register_options(
2828
[
29-
OptString.new('DESTINATION', [false, 'The destination path']),
29+
OptString.new('DESTINATION', [true, 'The destination path']),
3030
OptString.new('SOURCE', [true, 'The directory or file to compress'])
3131
], self.class)
3232
end

0 commit comments

Comments
 (0)