There was an error while loading. Please reload this page.
1 parent 7fdc804 commit d114590Copy full SHA for d114590
1 file changed
microk8s-resources/actions/common/utils.sh
@@ -75,7 +75,7 @@ run_with_sudo() {
75
then
76
shift
77
fi
78
- eval "$@"
+ "$@"
79
else
80
if [ -n "${LD_LIBRARY_PATH-}" ]
81
0 commit comments