WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit ed01ded

Browse files
Copilotschollz
andcommitted
Fix indentation formatting for consistency
Co-authored-by: schollz <[email protected]>
1 parent db90761 commit ed01ded

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/install/default.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -581,7 +581,7 @@ main() {
581581
croc_os="Linux"
582582
;;
583583
"MINGW"* ) croc_os="Windows";
584-
croc_dl_ext="zip";;
584+
croc_dl_ext="zip";;
585585
"CYGWIN"* ) croc_os="Windows";
586586
croc_dl_ext="zip";
587587
print_message "== Cygwin is currently unsupported." "error";

0 commit comments

Comments
 (0)