Add a whitespace for cosmetical reasons
This commit is contained in:
parent
b28b8d10e4
commit
d5cf377e57
@ -4,7 +4,7 @@
|
||||
PATH="/usr/bin:/bin:/usr/sbin:/sbin"
|
||||
set -uxa
|
||||
|
||||
mapfile -t EMERGE_CALL_PARAMETERS <<<"${@}"
|
||||
mapfile -t EMERGE_CALL_PARAMETERS <<< "${@}"
|
||||
|
||||
REGISTRY="git.holgersson.xyz/gentoo-related/gentoo-binpkg-builder"
|
||||
VERSION="latest"
|
||||
|
Reference in New Issue
Block a user