Skip to content

Commit

Permalink
Fix sprintf
Browse files Browse the repository at this point in the history
  • Loading branch information
iwahbe committed Dec 16, 2021
1 parent 4eee159 commit 26ce495
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion provider/pkg/provider/remotefilecopy.go
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,6 @@ func (c *remotefilecopy) RunCreate(ctx context.Context, host *provider.HostClien
}

func (c *remotefilecopy) RunDelete(ctx context.Context, host *provider.HostClient, urn resource.URN) error {
host.Log(ctx, diag.Debug, urn, fmt.Sprintf("CopyFile delete is a no-op", urn))
host.Log(ctx, diag.Debug, urn, "CopyFile delete is a no-op")
return nil
}

0 comments on commit 26ce495

Please sign in to comment.