Remove unnecessary space character (#11451)

Co-authored-by: Ali Afsharzadeh <afsharzadeh8@gmail.com>
This commit is contained in:
k8s-infra-cherrypick-robot 2024-06-10 08:29:50 -07:00 committed by GitHub
parent 304a7b4c64
commit dd86317f9d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -15,4 +15,4 @@
# limitations under the License.
cat /etc/resolv.conf > /chroot/etc/resolv.conf
unshare -S 101 -R /chroot nginx "$@"
unshare -S 101 -R /chroot nginx "$@"