Skip to content

Commit ab20dae

Browse files
Fixed typo
1 parent 58ffb7a commit ab20dae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

devops/azure-devops.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ steps:
1919
inputs:
2020
script: 'cd ~;
2121
curl -O https://download.visualstudio.microsoft.com/download/pr/fc059472-448e-4680-a3cd-e3ba032991c2/5e6c319f2c189459903c2cb1aa8a69ee/xamarin.ios-13.10.0.17.pkg;
22-
sudo installer -pkg ~/xamarin.ios-13.10.0.17 -target /'
22+
sudo installer -pkg ~/xamarin.ios-13.10.0.17.pkg -target /'
2323

2424
# Print the current version of Xamarin.iOS
2525
- task: CmdLine@2

0 commit comments

Comments
 (0)