Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jillguyonnet committed Feb 12, 2024
1 parent 835bb68 commit 4172ff6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ async function checkFleetServerHostsWriteAPIsAllowed(
);
if (!isEqual(hostUrls, serverlessDefaultFleetServerHost.host_urls)) {
throw new FleetServerHostUnauthorizedError(
`Fleet server host must have default URL in serverless${serverlessDefaultFleetServerHost.host_urls}`
`Fleet server host must have default URL in serverless: ${serverlessDefaultFleetServerHost.host_urls}`
);
}
}
Expand Down

0 comments on commit 4172ff6

Please sign in to comment.