Pass EnvVar-Result to configured servers calculator #32
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Currently the provider for configured servers holds a reference to a method to get the servers from env. This is bad because it creates a permanent borrow of self.
Instead pre-grab the environment variable and process the result in the calculator - no self reference required.