Automator: update common-files@master in istio/istio.io@master (#15467)

This commit is contained in:
Istio Automation 2024-07-23 10:27:32 -04:00 committed by GitHub
parent f103be6a42
commit a2be8d9298
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 4 additions and 4 deletions

View File

@ -19,7 +19,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
SHELL := /bin/bash
SHELL := /usr/bin/env bash
# allow optional per-repo overrides
-include Makefile.overrides.mk

View File

@ -1 +1 @@
bd7126fd447f48a5ae17590921baca332ab0593c
410e7d88eae562d4cef8d48fbc56099e270202b2

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# WARNING: DO NOT EDIT, THIS FILE IS PROBABLY A COPY
#

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# shellcheck disable=SC2034
# WARNING: DO NOT EDIT, THIS FILE IS PROBABLY A COPY