Skip to content

Commit

Permalink
Merge pull request #1968 from alphagov/rake-task-description
Browse files Browse the repository at this point in the history
Fix up rake task description
  • Loading branch information
ChrisBAshton authored Aug 5, 2024
2 parents 27438e9 + 21ce78e commit 3f7f955
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/tasks/publishing_api.rake
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ namespace :publishing_api do
GdsApi.publishing_api.publish(presenter.content_id)
end

desc "send index content-item to publishing-api"
desc "patch links for the index content-item in publishing-api"
task patch_index_links: :environment do
GdsApi.publishing_api.patch_links(
TravelAdvicePublisher::INDEX_CONTENT_ID,
Expand Down

0 comments on commit 3f7f955

Please sign in to comment.