Skip to content

Commit

Permalink
fix bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
henteko committed Dec 21, 2015
1 parent f973580 commit 8b702e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/deploygate/commands/deploy/build.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ class << self
# @return [void]
def run(args, options)
# android/ios build
work_dir = args.first
work_dir = args.empty? ? Dir.pwd : args.first

if DeployGate::Project.ios?(work_dir)
root_path = DeployGate::Xcode::Ios.project_root_path(work_dir)
Expand Down

0 comments on commit 8b702e1

Please sign in to comment.