Skip to content

Commit

Permalink
fix typo for using localhost constant
Browse files Browse the repository at this point in the history
Signed-off-by: Jordan Dubrick <jdubrick@redhat.com>
  • Loading branch information
Jdubrick committed May 7, 2024
1 parent 5db0632 commit 04e7407
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/registry/deployment.go
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ func GenerateDeployment(cr *registryv1alpha1.DevfileRegistry, scheme *runtime.Sc
[
{
"name": "%s",
"url": %s,
"url": "%s",
"fqdn": "%s"
}
]`, cr.ObjectMeta.Name, localHostname, cr.Status.URL),
Expand Down

0 comments on commit 04e7407

Please sign in to comment.