Skip to content

Commit

Permalink
Merge branch 'master' of github.com:iann0036/former2
Browse files Browse the repository at this point in the history
  • Loading branch information
iann0036 committed May 19, 2023
2 parents 9ded917 + 3697576 commit 2008d92
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/services/ec2imagebuilder.js
Original file line number Diff line number Diff line change
Expand Up @@ -529,8 +529,8 @@ service_mapping_functions.push(function(reqParams, obj, tracked_resources){
};
}
if (obj.data.schedule) {
reqParams.cfn['ScheduleSchedule'] = {
'ScheduleExpressionScheduleExpression': obj.data.schedule.scheduleExpression,
reqParams.cfn['Schedule'] = {
'ScheduleExpression': obj.data.schedule.scheduleExpression,
'PipelineExecutionStartCondition': obj.data.schedule.pipelineExecutionStartCondition
};
}
Expand Down

0 comments on commit 2008d92

Please sign in to comment.