Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Apr 11, 2024
1 parent 8160147 commit 55342c5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dconf
*.dot
*.tar.gz

# configuration files
# configuration files
config/

# generated files
Expand Down
8 changes: 4 additions & 4 deletions docs/source/about-install.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ $ git submodule init
$ git submodule update
```

## Step 3. Initialize Configuration files
## Step 3. Initialize Configuration files

From the command line, run the script `init_pypsa_usa.sh` to copy configuration file
templates into the `workflow/config` folder.
From the command line, run the script `init_pypsa_usa.sh` to copy configuration file
templates into the `workflow/config` folder.

```bash
```bash
$ bash init_pypsa_usa.sh
```

Expand Down
2 changes: 1 addition & 1 deletion init_pypsa_usa.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ if [ -z "$exisitng_files" ]; then
else
echo "Exisitng config files found in '$destination'. Delete the following files and rerun."
echo "$exisitng_files"
fi
fi

0 comments on commit 55342c5

Please sign in to comment.