From d9060111d9496306c90e0349f4df1167e9b01ad5 Mon Sep 17 00:00:00 2001 From: Tony Breeds Date: Thu, 29 Mar 2018 12:10:28 +1100 Subject: [PATCH] [trivial] Comment fix In I5103b4331a8d7c5660848fc148ebe4139ce6dad9 it was noted that the comment was wrong. While this has no functional impact let's clean it up while it's fresh. Change-Id: Ia6cf8125214c69f8289fa7cff948afc10801ed2f --- stackrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stackrc b/stackrc index e4e76249a1..166b7cf1bb 100644 --- a/stackrc +++ b/stackrc @@ -741,7 +741,7 @@ ETCD_VERSION=${ETCD_VERSION:-v3.2.17} ETCD_SHA256_AMD64=${ETCD_SHA256_AMD64:-"0a75e794502e2e76417b19da2807a9915fa58dcbf0985e397741d570f4f305cd"} ETCD_SHA256_ARM64=${ETCD_SHA256_ARM64:-"0ab4621c44c79d17d94e43bd184d0f23b763a3669056ce4ae2d0b2942410a98f"} ETCD_SHA256_PPC64=${ETCD_SHA256_PPC64:-"69e1279c4a2a52256b78d2a8dd23346ac46b836e678b971a459f2afaef3c275e"} -# etcd v3.3.2 doesn't have anything for s390x +# etcd v3.2.x doesn't have anything for s390x ETCD_SHA256_S390X=${ETCD_SHA256_S390X:-""} # Make sure etcd3 downloads the correct architecture if is_arch "x86_64"; then