Skip to content

Commit ca10d18

Browse files
author
Dang Dinh
committed
BUGFIX: TMA-1700 Fix synchronize projects in provisioning brick
1 parent d70ab2a commit ca10d18

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lib/gooddata/lcm/actions/provision_clients.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,9 @@ def call(params)
7373
}
7474
end.compact
7575
}
76+
77+
synchronize_projects << synchronize_project unless synchronize_project[:to].empty?
7678
end
77-
78-
synchronize_projects << synchronize_project unless synchronize_project[:to].empty?
7979

8080
if error_message
8181
params.gdc_logger.debug "#{error_message}. Purge all invalid clients now ..."

0 commit comments

Comments
 (0)