Skip to content

Commit

Permalink
Fix invalid {yyyy} placeholder to {year}
Browse files Browse the repository at this point in the history
  • Loading branch information
Flashky authored Dec 11, 2023
1 parent b5ab6cb commit c7017f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,13 +102,13 @@ In order to this repository GitHub Actions to be able to checkout the data repos
Without data repository:

```bash
git clone https://github.com/Flashky/advent-of-code-{yyyy}.git
git clone https://github.com/Flashky/advent-of-code-{year}.git
```

Including data repository:

```bash
git clone https://github.com/Flashky/advent-of-code-{yyyy}.git --recurse-submodules
git clone https://github.com/Flashky/advent-of-code-{year}.git --recurse-submodules
```

## About
Expand Down

0 comments on commit c7017f0

Please sign in to comment.