There was an error while loading. Please reload this page.
1 parent 4d7eef6 commit 6f33fb3Copy full SHA for 6f33fb3
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