Skip to content

Commit

Permalink
[7.x] Change / to \ for Windows Enrollment command in Fleet (#74132) (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
EricDavisX authored Aug 4, 2020
1 parent 32aff78 commit 35f982e
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 35f982e

Please sign in to comment.