Skip to content

Commit 372b151

Browse files
julesvanriegithub-actions
andauthored
Fix typo in dotfiles merge (#319)
* Fix typo in dotfiles merge Fixes #318 * setup guides generated --------- Co-authored-by: github-actions <[email protected]>
1 parent 4529a0f commit 372b151

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

LINUX.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ gh repo clone $GITHUB_USERNAME/dotfiles
348348
Open your terminal and go to your `dotfiles` project:
349349

350350
```bash
351-
cd ~/code/$GITHUB_USERNAME$/dotfiles
351+
cd ~/code/$GITHUB_USERNAME/dotfiles
352352
```
353353

354354
Time to merge the changes from `lewagon/dotfiles` into yours:
@@ -407,7 +407,7 @@ This means that you already forked and cloned the GitHub repo `lewagon/dotfiles`
407407
Open your terminal and go to your `dotfiles` project:
408408

409409
```bash
410-
cd ~/code/$GITHUB_USERNAME$/dotfiles
410+
cd ~/code/$GITHUB_USERNAME/dotfiles
411411
```
412412

413413
Time to merge the changes from `lewagon/dotfiles` into yours:

VM.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -772,7 +772,7 @@ gh repo clone $GITHUB_USERNAME/dotfiles
772772
Open your terminal and go to your `dotfiles` project:
773773

774774
```bash
775-
cd ~/code/$GITHUB_USERNAME$/dotfiles
775+
cd ~/code/$GITHUB_USERNAME/dotfiles
776776
```
777777

778778
Time to merge the changes from `lewagon/dotfiles` into yours:
@@ -831,7 +831,7 @@ This means that you already forked and cloned the GitHub repo `lewagon/dotfiles`
831831
Open your terminal and go to your `dotfiles` project:
832832

833833
```bash
834-
cd ~/code/$GITHUB_USERNAME$/dotfiles
834+
cd ~/code/$GITHUB_USERNAME/dotfiles
835835
```
836836

837837
Time to merge the changes from `lewagon/dotfiles` into yours:

WINDOWS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -900,7 +900,7 @@ gh repo clone $GITHUB_USERNAME/dotfiles
900900
Open your terminal and go to your `dotfiles` project:
901901

902902
```bash
903-
cd ~/code/$GITHUB_USERNAME$/dotfiles
903+
cd ~/code/$GITHUB_USERNAME/dotfiles
904904
```
905905

906906
Time to merge the changes from `lewagon/dotfiles` into yours:
@@ -959,7 +959,7 @@ This means that you already forked and cloned the GitHub repo `lewagon/dotfiles`
959959
Open your terminal and go to your `dotfiles` project:
960960

961961
```bash
962-
cd ~/code/$GITHUB_USERNAME$/dotfiles
962+
cd ~/code/$GITHUB_USERNAME/dotfiles
963963
```
964964

965965
Time to merge the changes from `lewagon/dotfiles` into yours:

_partials/dotfiles_merge_upstream.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Open your terminal and go to your `dotfiles` project:
22

33
```bash
4-
cd ~/code/$GITHUB_USERNAME$/dotfiles
4+
cd ~/code/$GITHUB_USERNAME/dotfiles
55
```
66

77
Time to merge the changes from `lewagon/dotfiles` into yours:

macOS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,7 @@ gh repo clone $GITHUB_USERNAME/dotfiles
398398
Open your terminal and go to your `dotfiles` project:
399399

400400
```bash
401-
cd ~/code/$GITHUB_USERNAME$/dotfiles
401+
cd ~/code/$GITHUB_USERNAME/dotfiles
402402
```
403403

404404
Time to merge the changes from `lewagon/dotfiles` into yours:
@@ -457,7 +457,7 @@ This means that you already forked and cloned the GitHub repo `lewagon/dotfiles`
457457
Open your terminal and go to your `dotfiles` project:
458458

459459
```bash
460-
cd ~/code/$GITHUB_USERNAME$/dotfiles
460+
cd ~/code/$GITHUB_USERNAME/dotfiles
461461
```
462462

463463
Time to merge the changes from `lewagon/dotfiles` into yours:

0 commit comments

Comments
 (0)