Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Pinghigh authored Sep 9, 2023
1 parent 0b05add commit fe5fbb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ if test -z "${INPUT_MAKEPKGPROFILEPATH}";then
sudo -H -u builder paru -S --noconfirm --clonedir . $pkgname
else
chmod -R a+rw ${INPUT_MAKEPKGPROFILEPATH}
sudo -H -u builder paru -S --noconfirm --clonedir . $pkgname --mflags \"--config ${INPUT_MAKEPKGPROFILEPATH}\"
sudo -H -u builder paru -S $pkgname --mflags "--config ${INPUT_MAKEPKGPROFILEPATH}" --noconfirm --clonedir .
fi

sudo -H -u builder paru -U --noconfirm --mflags "${INPUT_MAKEPKGARGS:-}"
Expand Down

0 comments on commit fe5fbb8

Please sign in to comment.