Skip to content

Commit

Permalink
Update ServerMonitorDocumentation to remove version number from agent…
Browse files Browse the repository at this point in the history
… command
  • Loading branch information
simlarsen committed Mar 31, 2024
1 parent ed3e0e0 commit 559c124
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const ServerMonitorDocumentation: FunctionComponent<ComponentProps> = (
curl -s ${HTTP_PROTOCOL}${HOST.toString()}/docs/static/scripts/infrastructure-agent/install-linux.sh | bash
# Run the agent
oneuptime-infrastructure-agent@${VERSION.toString()} --secret-key=${props.secretKey.toString()} ${
oneuptime-infrastructure-agent --secret-key=${props.secretKey.toString()} ${
showHost ? '--oneuptime-url=' + host : ''
}
Expand Down

0 comments on commit 559c124

Please sign in to comment.