get rid of docker nagware

This commit is contained in:
keyan 2024-04-14 17:40:24 -05:00
parent 9f4d5e13aa
commit d3f18c7cff
1 changed files with 1 additions and 1 deletions

2
sndev
View File

@ -23,7 +23,7 @@ docker__exec() {
exit 0
fi
command docker exec -i "$@"
DOCKER_CLI_HINTS=false command docker exec -i "$@"
}
docker__sn_lnd() {