We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94c72d5 commit 1837e9cCopy full SHA for 1837e9c
dew.sh
@@ -171,6 +171,8 @@ DEW_DIGEST=${DEW_DIGEST:-12}
171
172
if [ -L "$0" ]; then
173
if ! printf %s\\n "$(basename "$0")" | grep -qE '^dew'; then
174
+ # Default to an image name based on the name of the symlink, and forces help
175
+ # and logging to keep using dew
176
DEW_IMAGE=$(basename "$0")
177
MG_CMDNAME=dew.sh
178
# shellcheck disable=SC2034 # Var is used by logging
0 commit comments