aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tools/catalyst-auto-sparc64.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/catalyst-auto-sparc64.conf b/tools/catalyst-auto-sparc64.conf
index 3a3e5f0e..13784e8d 100644
--- a/tools/catalyst-auto-sparc64.conf
+++ b/tools/catalyst-auto-sparc64.conf
@@ -61,10 +61,10 @@ post_build() {
pushd "${BUILD_SRCDIR_BASE}/default/" > /dev/null
case ${spec} in
- stage3.spec
+ stage3.spec)
upload stage3-*${DATESTAMP}*${EXTENSIONS}*
;;
- installcd-stage2-minimal.spec
+ installcd-stage2-minimal.spec)
upload *${DATESTAMP}*.iso*
;;
esac