Skip to content

Commit

Permalink
staging a revert while confirming better solution
Browse files Browse the repository at this point in the history
  • Loading branch information
EricDavisX authored Aug 5, 2020
1 parent 3fb77fb commit 31210e8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export const ManualInstructions: React.FunctionComponent<Props> = ({
systemctl enable elastic-agent
systemctl start elastic-agent`;

const windowsCommand = `.\elastic-agent enroll ${enrollArgs}
const windowsCommand = `./elastic-agent enroll ${enrollArgs}
./install-service-elastic-agent.ps1`;

return (
Expand Down

0 comments on commit 31210e8

Please sign in to comment.