Skip to content

Commit 7901f06

Browse files
committed
:-:
1 parent 79f9f44 commit 7901f06

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,9 @@ jobs:
8484
echo "#!/bin/bash
8585
sudo() {
8686
if command -v sudo >/dev/null; then
87-
{ command sudo "$@" || "$@" ;}
87+
command sudo "${@:-:}" || ${@:-:}
8888
else
89-
{ "$@" ;}
89+
${@:-:}
9090
fi
9191
}
9292
sudo apt-get update

0 commit comments

Comments
 (0)