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}"
|
||||
: "${USER?Destination User}"
|
||||
pushd "${GITHUB_WORKSPACE}"
|
||||
rsync --progress ${SOURCE} ${USER}@${HOSTS}:${DESTINATION}
|
||||
rsync --progress "${SOURCE}" "${USER}@${HOSTS}:${DESTINATION}"
|
||||
}
|
||||
|
||||
rsync::ssh
|
||||
|
|
Loading…
Reference in a new issue