Skip to content

Commit

Permalink
[ci] format
Browse files Browse the repository at this point in the history
  • Loading branch information
natemoo-re authored and astrobot-houston committed Oct 3, 2023
1 parent 357270f commit 240d8ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/astro/src/cli/info/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ async function copyToClipboard(text: string) {
let command = '';
if (system === 'darwin') {
command = 'pbcopy';
} else if (system === 'win32') {
} else if (system === 'win32') {
command = 'clip';
} else {
// Unix: check if `xclip` is installed
Expand Down

0 comments on commit 240d8ff

Please sign in to comment.