Skip to content

Commit

Permalink
Typo fixed (#116)
Browse files Browse the repository at this point in the history
  • Loading branch information
DaanGeurts authored and trapacska committed Dec 2, 2019
1 parent d9a7838 commit aac4377
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bitriseio/bitriseio.go
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ func selectApp(appList []bitrise.Application) (seledtedAppSlug string, err error
for _, app := range appList {
selectionList = append(selectionList, app.Title+" ("+app.RepoURL+")")
}
userSelection, err := goinp.SelectFromStringsWithDefault("Select the app which you want to upload the privisioning profiles", 1, selectionList)
userSelection, err := goinp.SelectFromStringsWithDefault("Select the app which you want to upload the provisioning profiles", 1, selectionList)

if err != nil {
return "", fmt.Errorf("failed to read input: %s", err)
Expand Down

0 comments on commit aac4377

Please sign in to comment.