As reported in #43
❯ export 2AMI_RING="Network Management"
export: not an identifier: 2AMI_RING
In BASH variables can only start with a letter or underscore, see name.
The critical piece here is making this change preserving backward compatibility and with proper testing.
As reported in #43
In BASH variables can only start with a letter or underscore, see
name.The critical piece here is making this change preserving backward compatibility and with proper testing.