Skip to content

Commit 985146c

Browse files
committed
Fix bash in footer
1 parent 1f8962a commit 985146c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

etc/kayobe/kolla.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ kolla_build_blocks:
353353
{% if kolla_base_distro in ['centos', 'rocky'] %}
354354
RUN \
355355
if [ -f /etc/yum.repos.d.backup/repos.tar.gz ]; then \
356-
tar -xzf /etc/yum.repos.d.backup/repos.tar.gz -C /etc/yum.repos.d && \
356+
tar -xzf /etc/yum.repos.d.backup/repos.tar.gz -C /etc/yum.repos.d; \
357357
rm -rf /etc/yum.repos.d.backup/ \
358358
fi && \
359359
if grep -r '{{ stackhpc_repo_mirror_url }}' /etc/yum.repos.d; then \

0 commit comments

Comments
 (0)