diff --git a/Rakefile b/Rakefile index f820b78db30df..1c23f8acb9316 100644 --- a/Rakefile +++ b/Rakefile @@ -1219,7 +1219,7 @@ def update_gh_pages return restore_git(origin_reference) unless response == 'y' || response == 'yes' puts "Committing changes" - commit!('updating all API docs', 'docs/api/') + commit!('updating all API docs', ['docs/api/']) puts "Pushing changes to upstream repository" @git.push