Fix the indentation in env files
Compare changes
+ 30
− 30
@@ -281,18 +281,18 @@ download_ghcup() {
@@ -382,36 +382,36 @@ adjust_bashrc() {
This changes the indentation from tabs to spaces, since tabs get stripped by the heredoc.
Follow-up cleanup from !229 (comment 402211)