diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-11-09 16:02:52 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-11-09 16:02:52 +0100 |
commit | 5cc35ecaa2fa33ddb2b28a934df771c3ed45b537 (patch) | |
tree | 7ffcf0e85c600f90605ab430a3152909a1daeafe /bin/reproducible_html_rsync_remote_results.sh | |
parent | 0f6c75bb6f5a3b71ea5e3c5da9d83fa47f0ad786 (diff) | |
download | jenkins.debian.net-5cc35ecaa2fa33ddb2b28a934df771c3ed45b537.tar.xz |
reproducible: fix typo (fixup 0f6c75bb)
Diffstat (limited to 'bin/reproducible_html_rsync_remote_results.sh')
-rwxr-xr-x | bin/reproducible_html_rsync_remote_results.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_html_rsync_remote_results.sh b/bin/reproducible_html_rsync_remote_results.sh index 8727b2c9..1c6e9111 100755 --- a/bin/reproducible_html_rsync_remote_results.sh +++ b/bin/reproducible_html_rsync_remote_results.sh @@ -12,5 +12,5 @@ common_init "$@" # that's all for PROJECT in coreboot openwrt netbsd ; do - rsync -r -v -e ssh profitbricks-build4.amd64:$BASE/$PROJECT/ $BASE/$PROJECT/ + rsync -r -v -e ssh profitbricks-build4-amd64.debian.net:$BASE/$PROJECT/ $BASE/$PROJECT/ done |