Remove superfluous cd (#4551)

This commit is contained in:
Jim Galasyn
2017-09-07 13:50:15 -07:00
committed by GitHub
parent 36910ffc1d
commit 9f15cba3c7
3 changed files with 0 additions and 3 deletions

View File

@@ -44,7 +44,6 @@ Then source the `env.sh` script.
```none
$ unzip ucp-bundle-dave.lauper.zip
$ cd ucp-bundle-dave.lauper
$ eval $(<env.sh)
```

View File

@@ -44,7 +44,6 @@ Then source the `env.sh` script.
```none
$ unzip ucp-bundle-dave.lauper.zip
$ cd ucp-bundle-dave.lauper
$ eval $(<env.sh)
```

View File

@@ -44,7 +44,6 @@ Then source the `env.sh` script.
```bash
$ unzip ucp-bundle-dave.lauper.zip
$ cd ucp-bundle-dave.lauper
$ eval $(<env.sh)
```