Merge pull request #2083 from clbh/etcd-wrapper

app-admin/etcd-wrapper: Added missing newline escape
This commit is contained in:
Nick Owens 2016-07-21 10:05:22 -07:00 committed by GitHub
commit a061b5a1e0
2 changed files with 1 additions and 1 deletions

View File

@ -71,6 +71,6 @@ exec ${RKT} ${RKT_GLOBAL_ARGS} \
\ \
${RKT_STAGE1_ARG} \ ${RKT_STAGE1_ARG} \
${ETCD_IMG} ${ETCD_IMG_ARGS} \ ${ETCD_IMG} ${ETCD_IMG_ARGS} \
--user=$(id -u ${ETCD_IMG_USER}) --user=$(id -u ${ETCD_IMG_USER}) \
--exec=${ETCD_IMG_EXEC} -- \ --exec=${ETCD_IMG_EXEC} -- \
"$@" "$@"