bin/s3_website in s3_website-2.1.9 vs bin/s3_website in s3_website-2.1.10
- old
+ new
@@ -95,10 +95,10 @@
desc 'cfg SUBCOMMAND ...ARGS', 'Operate on the config file'
subcommand 'cfg', Cfg
end
def run_with_sbt(project_root)
- File.exists? (project_root + '/project/sbt-launch.jar')
+ File.exists?(project_root + '/project/sbt-launch.jar')
end
def resolve_java_command(command_name)
args = ARGV.join(' ').sub(command_name, '')
"s3.website.#{command_name.capitalize} #{args}"