diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2022-09-16 09:55:56 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-16 09:55:56 +0200 |
commit | ccee741973a182f65af4e58302c9a76107974f0a (patch) | |
tree | df1c78b6ad1f044b394862629c08c7a207d67a09 /test/buildah-bud | |
parent | 0e3a0ec7d485a81b7ca38997e93bea69ad95d79a (diff) | |
parent | cfbc4aaeb50b5fb12ec9363328bb08fc459a1067 (diff) | |
download | podman-ccee741973a182f65af4e58302c9a76107974f0a.tar.gz podman-ccee741973a182f65af4e58302c9a76107974f0a.tar.bz2 podman-ccee741973a182f65af4e58302c9a76107974f0a.zip |
Merge pull request #15829 from edsantiago/shlint
Cleanup: fix problems reported by shell lint
Diffstat (limited to 'test/buildah-bud')
-rw-r--r-- | test/buildah-bud/make-new-buildah-diffs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/buildah-bud/make-new-buildah-diffs b/test/buildah-bud/make-new-buildah-diffs index 3d0a77008..f6404fa51 100644 --- a/test/buildah-bud/make-new-buildah-diffs +++ b/test/buildah-bud/make-new-buildah-diffs @@ -17,7 +17,7 @@ if [[ ! $whereami =~ test-buildah-v ]]; then fi # FIXME: check that git repo is buildah -git remote -v | grep -q [BUILDAHREPO] \ +git remote -v | grep -q '[BUILDAHREPO]' \ || die "This does not look like a buildah repo (git remote -v)" # We could do the commit automatically, but it's prudent to require human |