Skip to content
Snippets Groups Projects
Commit 091bd25f authored by Sylvester Joosten's avatar Sylvester Joosten
Browse files

swap detection order between nightly and testing

parent 70312974
No related branches found
No related tags found
1 merge request!165swap detection order between nightly and testing
......@@ -21,10 +21,10 @@ if [ -f /etc/jug_info ]; then
if [ ! -z ${container} ]; then
if [[ $version =~ 'unstable' ]]; then
sigil="?"
elif [[ $version =~ 'testing' ]]; then
sigil="*"
elif [[ $version =~ 'nightly' ]]; then
sigil=""
elif [[ $version =~ 'testing' ]]; then
sigil="*"
else # stable
sigil="+"
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment