Skip to content

Commit f16f06d

Browse files
authored
Remove typo from comment in runRubyScript
1 parent 5570dab commit f16f06d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Scripts/BuildPhases/runRubyScript

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
# Use this to run a Ruby script from a "Script Build Phase" from Xcode.
44
#
5-
# Since shell scripts ran by Xcode do not source the user shell profile, typical user setups like the configurations of `rbenv` or `rvm` would not be set up properly.
6-
# This script check if either rbenv or rvm is installed on the Mac and runs the setup steps as appririate, before running the ruby script via `bundle exec`
5+
# Since shell scripts ran by Xcode do not source the user shell profile, typical user setups like the configurations of `rbenv` or `rvm` would not be set up properly.
6+
# This script check if either `rbenv` or `rvm` is installed on the Mac and runs the setup steps as appropriate, before running the ruby script via `bundle exec`
77
#
88
# Usage:
99
# `runRubyScript <script_name.rb> <optional_args>`

0 commit comments

Comments
 (0)