Skip to content

Commit

Permalink
Fixed default value for passive disable flag
Browse files Browse the repository at this point in the history
  • Loading branch information
pzgz committed Mar 31, 2013
1 parent add737f commit 255f54e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/glynn
Expand Up @@ -21,7 +21,7 @@ case ARGV.size
end
options = Jekyll.configuration(options)
ftp_port = (options['ftp_port'] || 21).to_i
ftp_disable_passive = options['ftp_disable_passive'] || true
ftp_disable_passive = options['ftp_disable_passive'] || false

puts "Building site: #{options['source']} -> #{options['destination']}"
jekyll = Glynn::Jekyll.new
Expand Down

0 comments on commit 255f54e

Please sign in to comment.