fastlane/lib/fastlane/fast_file.rb in fastlane-2.217.0 vs fastlane/lib/fastlane/fast_file.rb in fastlane-2.218.0
- old
+ new
@@ -185,10 +185,10 @@
Actions.load_external_actions(path)
end
# Execute shell command
- # Accepts arguments with with and without the command named keyword so that sh
+ # Accepts arguments with and without the command named keyword so that sh
# behaves like other actions with named keywords
# https://github.com/fastlane/fastlane/issues/14930
#
# Example:
# sh("ls")