From e2ba2f47e155beadf6709ef2730711417ec6850f Mon Sep 17 00:00:00 2001
From: Patrick McDermott <patrick.mcdermott@libiquity.com>
Date: Sun, 17 Jan 2021 03:33:32 -0500
Subject: profile/proteanos: Make "rel" the default channel

---
(limited to 'src')

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
--
cgit v0.9.1