Skip to content

Commit 323604e

Browse files
committed
add something to trigger it
1 parent 7dbc9cd commit 323604e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

internal/services/category/resource_constructor.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ import (
1212

1313
// constructJamfProCategory constructs a Jamf Pro Category struct from Terraform resource data.
1414
func construct(d *schema.ResourceData) (*jamfpro.ResourceCategory, error) {
15+
log.Println("TEST")
1516
resource := &jamfpro.ResourceCategory{
1617
Name: d.Get("name").(string),
1718
Priority: d.Get("priority").(int),

0 commit comments

Comments
 (0)