summaryrefslogtreecommitdiffstats
path: root/rtems-release-cron
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2019-11-01 16:57:53 +1100
committerChris Johns <chrisj@rtems.org>2019-11-01 16:57:53 +1100
commita66408020282cd2f17d81cd502b9fa50a727b480 (patch)
treea69eb906ee3cd3f68c577e0b21970806bfbd72b3 /rtems-release-cron
parentcron: Fix the destination path variable. (diff)
downloadrtems-release-a66408020282cd2f17d81cd502b9fa50a727b480.tar.bz2
cron: Fix the announce message URL.
Diffstat (limited to 'rtems-release-cron')
-rwxr-xr-xrtems-release-cron2
1 files changed, 1 insertions, 1 deletions
diff --git a/rtems-release-cron b/rtems-release-cron
index 8735e4b..67b9054 100755
--- a/rtems-release-cron
+++ b/rtems-release-cron
@@ -92,7 +92,7 @@ fi
#
version=${rtems_major}
revision=${rtems_minor}.${rtems_dot}
-snapshot=${rtems_minor}.${rtems_dot}-${rtems_snapshot}
+snapshot=${revision}-${rtems_snapshot}
release="${version}.${snapshot}"
#