Skip to content

Commit

Permalink
update command
Browse files Browse the repository at this point in the history
  • Loading branch information
ntotten committed Feb 7, 2025
1 parent dc48839 commit d607d95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export default function UUIDGenerator() {
});
}, [uuid]);

const cmd = `curl -s -w "\n" https://uuid.new`;
const cmd = 'curl -s -w "\\n" https://uuid.new';
const copyShellCommand = useCallback(() => {
navigator.clipboard.writeText(cmd).then(() => {
setShellCopied(true);
Expand Down

0 comments on commit d607d95

Please sign in to comment.