Skip to content

Commit

Permalink
Fix missed linter item
Browse files Browse the repository at this point in the history
  • Loading branch information
jhiemstrawisc committed Sep 24, 2024
1 parent 41fe45f commit bad569e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server_structs/director.go
Original file line number Diff line number Diff line change
Expand Up @@ -450,8 +450,8 @@ func ConvertNamespaceAdsV1ToV2(nsAdsV1 []NamespaceAdV1, oAd *OriginAdvertiseV1)
}

newNS := NamespaceAdV2{
Caps: caps,
Path: nsAd.Path,
Caps: caps,
Path: nsAd.Path,
}

if nsAd.RequireToken {
Expand Down

0 comments on commit bad569e

Please sign in to comment.