Skip to content
Snippets Groups Projects
Commit 27f592fe authored by Jani Nikula's avatar Jani Nikula
Browse files

dim: fix shellcheck warning in ask_user


Fix:

local prompt="$@ (y/N) "
               ^-- SC2124: Assigning an array to a string! Assign as
               array, or use * instead of @ to concatenate.

Reported-by: default avatarDaniel Vetter <daniel.vetter@ffwll.ch>
Fixes: b5403812 ("dim: ask the user to create DIM_PREFIX and clone DIM_REPO")
Reviewed-by: default avatarDaniel Vetter <daniel.vetter@ffwll.ch>
Signed-off-by: default avatarJani Nikula <jani.nikula@intel.com>
parent 1ee2451e
Loading
Pipeline #15510 passed
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment