Skip to content

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
kuaifan committed Dec 17, 2024
1 parent 60b5ecd commit ce20a87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ https_auto() {

env_get() {
local key=$1
local value=`cat ${cur_path}/.env | grep "^$key=" | awk -F '=' '{print $2}'`
local value=`cat ${cur_path}/.env | grep "^$key=" | awk -F '=' '{print $2}' | tr -d '\r\n'`
echo "$value"
}

Expand Down

0 comments on commit ce20a87

Please sign in to comment.