Skip to content

Commit 73cdca0

Browse files
author
gdgate
authored
Merge pull request #1765 from dangdinh/TMA-1700
BUGFIX: TMA-1700 Fix synchronize projects in provisioning brick Reviewed-by: https://github.com/sangtm
2 parents d70ab2a + ca10d18 commit 73cdca0

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)