You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: wrong error output after env variable check in import/export scripts (#3)
Ensure the error message is displayed correctly when a required env
variable is missing: add missing "echo" command and put the variable
name in simple quotes instead of backticks so that it's not executed as
a command.
Fixes issue #1.
Co-authored-by: Jose Quintana <1700322+joseluisq@users.noreply.github.com>
0 commit comments