Skip to content
This repository was archived by the owner on Aug 25, 2024. It is now read-only.

Commit 2e7c214

Browse files
authored
docs: tutorials: rolling alice: coach alice: our open source guide: Fix lack of change directory before deleting local copy of demo repo
1 parent 34a815f commit 2e7c214

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/tutorials/rolling_alice/0001_coach_alice/0002_our_open_source_guide.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ $ echo 'print("Hello World")' > test.py
4545
$ git add test.py
4646
$ git commit -sam 'Initial Commit'
4747
$ git push --set-upstream origin main
48+
$ cd ..
4849
$ rm -rf my-new-python-project
4950
```
5051

0 commit comments

Comments
 (0)