Skip to content

Commit

Permalink
fixed linting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
rahulbollisetty committed Oct 10, 2024
1 parent 8f03cd0 commit 986ac41
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion reposerver/repository/repository.go
Original file line number Diff line number Diff line change
Expand Up @@ -1517,7 +1517,6 @@ func GenerateManifests(ctx context.Context, appPath, repoRoot, revision string,
if err := resourceTracking.SetAppInstanceID(target, opt.argocdInstanceID); err != nil {
log.Warnf("Failed to set Application Instance ID due to missing or invalid ArgoCD URL in ArgoCD Configmap")
}

}
manifestStr, err := json.Marshal(target.Object)
if err != nil {
Expand Down

0 comments on commit 986ac41

Please sign in to comment.