Skip to content

Commit e8c8b1f

Browse files
fixed delete
1 parent 9c1e1f8 commit e8c8b1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

AcmeCaPlugin/Clients/DNS/InfobloxDnsProvider.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ public async Task<bool> CreateRecordAsync(string recordName, string txtValue)
9090
continue;
9191
}
9292

93-
var recordRef = refProperty.GetString();
93+
var recordRef = "./" + refProperty.GetString();
9494
if (string.IsNullOrEmpty(recordRef))
9595
{
9696
_logger?.LogWarning("[Infoblox] Record _ref is null or empty");

0 commit comments

Comments
 (0)