diff --git a/website/build.gradle b/website/build.gradle index fd9c55a667c00..f5b4766708567 100644 --- a/website/build.gradle +++ b/website/build.gradle @@ -126,7 +126,7 @@ task commitWebsite << { // get the latest commit on master def latestCommit = grgit.log(maxCommits: 1)[0].abbreviatedId - shell "git fetch ${gitboxUrl} asf-site" + shell "git fetch ${gitboxUrl}" git.checkout(branch: 'asf-site') shell "git reset --hard origin/asf-site"