Update scheduleme.rb

Fixed a bug introduced in commit #aa03db1f5c4a694d258879ccdf0dcaaf7f576355
bug/bundler_fix
Franci Šacer 2017-08-18 22:27:26 +02:00 committed by GitHub
parent 6ecdb8f2cc
commit 46852e8ab0
1 changed files with 1 additions and 1 deletions

View File

@ -241,7 +241,7 @@ password = nil
end
}
if client.platform != 'windows'
if client.platform == 'windows'
if helpcall == 1
usage()
elsif cmd == nil && file == nil