diff options
Diffstat (limited to 'ci/macos_xcode_bazel.sh')
-rwxr-xr-x[-rw-r--r--] | ci/macos_xcode_bazel.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/macos_xcode_bazel.sh b/ci/macos_xcode_bazel.sh index e840e9d0..f0f14280 100644..100755 --- a/ci/macos_xcode_bazel.sh +++ b/ci/macos_xcode_bazel.sh @@ -14,7 +14,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -# This script is invoked on Kokoro to test Abseil on MacOS. +# This script is invoked on Kokoro to test Abseil on macOS. # It is not hermetic and may break when Kokoro is updated. set -euox pipefail |