From: Jan Kiszka <[email protected]> Signed-off-by: Jan Kiszka <[email protected]>
diff --git a/scripts/make-release b/scripts/make-release index 94bf5a5..f9205e3 100755 --- a/scripts/make-release +++ b/scripts/make-release @@ -91,5 +91,5 @@ tar cjf "$tarball" -C "$tmpdir" "$name" rm -rf "$tmpdir" if [[ -n "$upload" ]]; then - rsync --progress -h "$tarball" [email protected]:uploads/ + rsync --progress -h "$tarball" [email protected]:uploads/ fi -- To unsubscribe from this list: send the line "unsubscribe kvm-commits" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
