Skip to content

Commit

Permalink
Arenaforvalteren endring
Browse files Browse the repository at this point in the history
#deploy-proxy
  • Loading branch information
stigus committed Oct 20, 2023
1 parent 6564af8 commit 31434e3
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ ArenaServerProperties forEnvironment(String env) {

var copy = copyOf(this);
copy.setUrl(copy.getUrl().replace("{env}", env));
copy.setName(copy.getName().replace("{env}", env));
return copy;
}
}
}

0 comments on commit 31434e3

Please sign in to comment.