Skip to content

Commit 6c0536f

Browse files
authored
Merge pull request #1964 from alphagov/correct-wording-in-pause-task
Correct wording in unpause task
2 parents e3bd220 + 7e52ca1 commit 6c0536f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/tasks/pause_pipelines.rake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ namespace :pipeline do
3838
task unpause: :environment do
3939
pipeline_name = pipeline_name env_name
4040

41-
puts "Pausing pipeline #{pipeline_name}"
41+
puts "Unpausing pipeline #{pipeline_name}"
4242

4343
codepipeline = Aws::CodePipeline::Client.new
4444
pipeline_definition = codepipeline.get_pipeline(name: pipeline_name)

0 commit comments

Comments
 (0)