Skip to content

Commit

Permalink
change command name
Browse files Browse the repository at this point in the history
  • Loading branch information
t-aleksander committed Jan 13, 2025
1 parent b9a0698 commit 010c285
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export const StandaloneDeviceModalEnrollmentContent = ({
const localLL = LL.components.standaloneDeviceTokenModalContent;
const { writeToClipboard } = useClipboard();
const commandToCopy = useMemo(() => {
return `defguard -u ${enrollment_url} -t ${enrollment_token}`;
return `dg enroll -u ${enrollment_url} -t ${enrollment_token}`;
}, [enrollment_token, enrollment_url]);

return (
Expand Down

0 comments on commit 010c285

Please sign in to comment.