summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/profile/proteanos.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/profile/proteanos.sh b/src/profile/proteanos.sh
index 610c6e6..3779f7c 100644
--- a/src/profile/proteanos.sh
+++ b/src/profile/proteanos.sh
@@ -102,7 +102,7 @@ prof_proteanos_normalize_suite()
case "${suite}" in
*/*) printf '%s\n' "${suite}";;
- *) printf 'dev/%s\n' "${suite}";;
+ *) printf 'rel/%s\n' "${suite}";;
esac
return 0