Skip to content
Snippets Groups Projects
Commit e07eb1ee authored by Robert Martin-Legene's avatar Robert Martin-Legene
Browse files

Prefer bfanodo as name

parent b901a1ab
No related branches found
No related tags found
No related merge requests found
......@@ -12,13 +12,13 @@ if [ "$1" = "test" ]
then
tag="test"
class="test"
name="bfaarnodotest"
name="bfanodotest"
netdir="test2network"
elif [ "$1" = "latest" ]
then
tag="latest"
class="prod"
name="bfaarnodo"
name="bfanodo"
netdir="network"
else
echo Argument 1 must be either latest or test. >&2
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment