Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
DenTelezhkin committed May 4, 2018
1 parent 5c4fe4f commit fa1ce80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ end
lane :build_watchos do
xcodebuild(
build: true,
destination: OS=4.3,name=Apple Watch - 42mm"
destination: "OS=4.3,name=Apple Watch - 42mm"
)
end

Expand Down

0 comments on commit fa1ce80

Please sign in to comment.