Skip to content

Commit

Permalink
trust csv bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
HarmJ0y committed Oct 19, 2016
1 parent cf295f8 commit 1034572
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PowerShell/BloodHound.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4797,7 +4797,7 @@ function Invoke-BloodHound {
$TrustWriter.AutoFlush = $True
if (-not $Exists) {
# add the header if the file doesn't already exist
$TrustWriter.WriteLine('"SourceDomain","TargetDomain","TrustDirection","TrustType","Transitive')
$TrustWriter.WriteLine('"SourceDomain","TargetDomain","TrustDirection","TrustType","Transitive"')
}
}
}
Expand Down

0 comments on commit 1034572

Please sign in to comment.