Improve shellcheck
This commit is contained in:
parent
5b79505fd5
commit
250e6de8a4
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ rsync::transfer() {
|
||||||
: "${HOSTS?Destination Server}"
|
: "${HOSTS?Destination Server}"
|
||||||
: "${USER?Destination User}"
|
: "${USER?Destination User}"
|
||||||
pushd "${GITHUB_WORKSPACE}"
|
pushd "${GITHUB_WORKSPACE}"
|
||||||
rsync --progress ${SOURCE} ${USER}@${HOSTS}:${DESTINATION}
|
rsync --progress "${SOURCE}" "${USER}@${HOSTS}:${DESTINATION}"
|
||||||
}
|
}
|
||||||
|
|
||||||
rsync::ssh
|
rsync::ssh
|
||||||
|
|
Loading…
Reference in a new issue