Skip to content

Commit 60b3439

Browse files
author
dmitry.astafyev
committed
[](fix) fix synch command
1 parent 2dcaa4c commit 60b3439

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rakefile.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,6 @@ def build(target, hard, ver, pack, vers)
4949
putsAccent('Please define target to be synch like: "rake synch[./plugins/plugin.complex]"', true)
5050
end
5151
versions = Versions.new(args.vers)
52-
plugin = Plugin.new(args.target, versions, false)
52+
plugin = Plugin.new(args.target, versions, false, nil, false)
5353
plugin.synch
5454
end

0 commit comments

Comments
 (0)