fastlane/lib/assets/completions/completion.sh in fastlane-2.9.0 vs fastlane/lib/assets/completions/completion.sh in fastlane-2.10.0

- old
+ new

@@ -1,8 +1,11 @@ #!/bin/sh +# shellcheck disable=SC2155 +# shellcheck disable=SC1090 +# shellcheck disable=SC2039 + if [ -n "$BASH_VERSION" ]; then source ~/.fastlane/completions/completion.bash - elif [ -n "$ZSH_VERSION" ]; then source ~/.fastlane/completions/completion.zsh fi # Do not remove v0.0.1