atsign-foundation / dess

The Distributed Edge Secondary Server (dess) - the self-hosted atServer installer
https://docs.atsign.com
BSD 3-Clause "New" or "Revised" License
9 stars 9 forks source link

fix: Remove `env` from exports #95

Closed cpswan closed 11 months ago

cpswan commented 11 months ago

Unnecessary env empty variable on each export. Mostly harmless, but might have side effects if env is used on a dess system.

- What I did

s/export env/export/

- How to verify it

Install a dess server

- Description for the changelog

fix: Remove env from exports