Skip to content

Commit

Permalink
AC-29672 | version
Browse files Browse the repository at this point in the history
  • Loading branch information
yuvalstyrbrod committed Jul 6, 2023
1 parent 252ea56 commit f9d1661
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion provider/resource_collection_role.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ func resourceCreateCollectionRole(d *schema.ResourceData, m interface{}) error {
}

func resourceReadCollectionRole(d *schema.ResourceData, m interface{}) error {
log.Println("[Info] > Reading Collection Role")
log.Println("[Info] > Reading Collection Role ")
client, ok := m.(*service.LuminateService)
if !ok {
return errors.New("invalid client")
Expand Down

0 comments on commit f9d1661

Please sign in to comment.