Skip to content
This repository was archived by the owner on Dec 19, 2024. It is now read-only.

Commit d5d3625

Browse files
djgallowaydmick
authored andcommitted
Fix double brackets
Signed-off-by: David Galloway <david.galloway@ibm.com>
1 parent 22be956 commit d5d3625

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ceph-releases/ALL/centos/daemon-base/__DOCKERFILE_INSTALL__

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ bash -c ' \
88
echo "baseurl=https://buildlogs.centos.org/centos/\$releasever-stream/storage/\$basearch/nfsganesha-5/" >> /etc/yum.repos.d/ganesha.repo ; \
99
echo "gpgcheck=0" >> /etc/yum.repos.d/ganesha.repo ; \
1010
echo "enabled=1" >> /etc/yum.repos.d/ganesha.repo ; \
11-
elif [[ "${{CEPH_VERSION}}" == quincy ]]; then \
11+
elif [[ "${CEPH_VERSION}" == quincy ]]; then \
1212
echo "[ganesha]" > /etc/yum.repos.d/ganesha.repo ; \
1313
echo "name=ganesha" >> /etc/yum.repos.d/ganesha.repo ; \
1414
echo "baseurl=https://mirror.stream.centos.org/SIGs/\$releasever-stream/storage/\$basearch/nfsganesha-4/" >> /etc/yum.repos.d/ganesha.repo ; \

0 commit comments

Comments
 (0)