@@ -17,25 +17,25 @@ Using `wget`
1717.. code-block :: shell
1818 :caption: Input
1919
20- wget https://github.com/haniffalab/webatlas-pipeline/archive/refs/tags/v0.5.2 .tar.gz
20+ wget https://github.com/haniffalab/webatlas-pipeline/archive/refs/tags/v0.5.3 .tar.gz
2121
2222 .. code-block :: shell
2323 :caption: Expected Output
2424
2525 Resolving github.com (github.com)... 140.82.121.3
2626 Connecting to github.com (github.com)| 140.82.121.3| :443... connected.
2727 HTTP request sent, awaiting response... 302 Found
28- Location: https://codeload.github.com/haniffalab/webatlas-pipeline/tar.gz/refs/tags/v0.5.2 [following]
29- --2023-05-18 09:30:15-- https://codeload.github.com/haniffalab/webatlas-pipeline/tar.gz/refs/tags/v0.5.2
28+ Location: https://codeload.github.com/haniffalab/webatlas-pipeline/tar.gz/refs/tags/v0.5.3 [following]
29+ --2023-05-18 09:30:15-- https://codeload.github.com/haniffalab/webatlas-pipeline/tar.gz/refs/tags/v0.5.3
3030 Resolving codeload.github.com (codeload.github.com)... 140.82.121.9
3131 Connecting to codeload.github.com (codeload.github.com)| 140.82.121.9| :443... connected.
3232 HTTP request sent, awaiting response... 200 OK
3333 Length: unspecified [application/x-gzip]
34- Saving to: ‘v0.5.2 .tar.gz’
34+ Saving to: ‘v0.5.3 .tar.gz’
3535
36- v0.5.2 .tar.gz [ <=> ] 2.70M 9.12MB/s in 0.3s
36+ v0.5.3 .tar.gz [ <=> ] 2.70M 9.12MB/s in 0.3s
3737
38- 2023-05-18 09:30:16 (9.12 MB/s) - ‘v0.5.2 .tar.gz’ saved [2835534]
38+ 2023-05-18 09:30:16 (9.12 MB/s) - ‘v0.5.3 .tar.gz’ saved [2835534]
3939
4040
4141 Using `curl `
@@ -44,7 +44,7 @@ Using `curl`
4444.. code-block :: shell
4545 :caption: Input
4646
47- curl -L -o v0.5.2 .tar.gz https://github.com/haniffalab/webatlas-pipeline/archive/refs/tags/v0.5.2 .tar.gz
47+ curl -L -o v0.5.3 .tar.gz https://github.com/haniffalab/webatlas-pipeline/archive/refs/tags/v0.5.3 .tar.gz
4848
4949 .. code-block :: shell
5050 :caption: Expected Output
@@ -60,18 +60,18 @@ Extract the WebAtlas compressed tag and change directory into the new repo.
6060.. code-block :: shell
6161 :caption: Input
6262
63- tar -xzvf ./v0.5.2 .tar.gz
64- cd webatlas-pipeline-0.5.2
63+ tar -xzvf ./v0.5.3 .tar.gz
64+ cd webatlas-pipeline-0.5.3
6565
6666 .. code-block :: shell
6767 :caption: Expected Output
6868
69- webatlas-pipeline-0.5.2 /
70- webatlas-pipeline-0.5.2 /.github/
69+ webatlas-pipeline-0.5.3 /
70+ webatlas-pipeline-0.5.3 /.github/
7171 ...
7272 ...
73- webatlas-pipeline-0.5.2 /tests/input/simple_config.json
74- webatlas-pipeline-0.5.2 /tests/test_class.py
73+ webatlas-pipeline-0.5.3 /tests/input/simple_config.json
74+ webatlas-pipeline-0.5.3 /tests/test_class.py
7575
7676 .. _environment :
7777
0 commit comments