diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2021-01-17 03:33:32 (EST) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2021-01-17 03:33:32 (EST) |
commit | e2ba2f47e155beadf6709ef2730711417ec6850f (patch) | |
tree | 65939c4b2faf7a8b626b238d07261d4f9c30ff55 | |
parent | 66a82c020dd5fc9c1380006282b484ba157b25a9 (diff) |
profile/proteanos: Make "rel" the default channel
-rw-r--r-- | src/profile/proteanos.sh | 2 |
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 |