Skip to content

Commit

Permalink
fixes prints of cli with typo
Browse files Browse the repository at this point in the history
  • Loading branch information
fherreazcue committed Oct 16, 2024
1 parent d6f179c commit 524be99
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions episodes/docker-cli-toolkit.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ docker run spuacv/spuc:latest
Welcome to the Space Purple Unicorn Counter!
:::: Units set to Imperial Unicorn Hoove Candles [iuhc] ::::")
:::: Units set to Imperial Unicorn Hoove Candles [iuhc] ::::
:: Try recording a unicorn sighting with:
curl -X PUT localhost:8321/unicorn_spotted?location=moon\&brightness=100
Expand Down Expand Up @@ -305,7 +305,7 @@ docker logs ecstatic_nightingale
Welcome to the Space Purple Unicorn Counter!
:::: Units set to Imperial Unicorn Hoove Candles [iuhc] ::::")
:::: Units set to Imperial Unicorn Hoove Candles [iuhc] ::::
:: Try recording a unicorn sighting with:
curl -X PUT localhost:8321/unicorn_spotted?location=moon\&brightness=100
Expand Down Expand Up @@ -448,7 +448,7 @@ docker logs -f spuc_container
Welcome to the Space Purple Unicorn Counter!
:::: Units set to Imperial Unicorn Hoove Candles [iuhc] ::::")
:::: Units set to Imperial Unicorn Hoove Candles [iuhc] ::::
:: Try recording a unicorn sighting with:
curl -X PUT localhost:8321/unicorn_spotted?location=moon\&brightness=100
Expand Down
4 changes: 2 additions & 2 deletions episodes/docker-compose.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ spuc-1 |
spuc-1 |
spuc-1 | Welcome to the Space Purple Unicorn Counter!
spuc-1 |
spuc-1 | :::: Units set to Imperial Unicorn Hoove Candles [iuhc] ::::")
spuc-1 | :::: Units set to Imperial Unicorn Hoove Candles [iuhc] ::::
spuc-1 |
spuc-1 | :::: Plugins loaded ::::
spuc-1 | []
Expand Down Expand Up @@ -204,7 +204,7 @@ spuc-1 |
spuc-1 |
spuc-1 | Welcome to the Space Purple Unicorn Counter!
spuc-1 |
spuc-1 | :::: Units set to Imperial Unicorn Hoove Candles [iuhc] ::::")
spuc-1 | :::: Units set to Imperial Unicorn Hoove Candles [iuhc] ::::
spuc-1 |
spuc-1 | :::: Plugins loaded ::::
spuc-1 | []
Expand Down
4 changes: 2 additions & 2 deletions episodes/dockerfiles.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ $ docker run --rm --name spuc_container -p 8321:8321 -v $PWD/print.config:/code/
[...]
Welcome to the Space Purple Unicorn Counter!
:::: Units set to Intergalactic Unicorn Luminiocity Units [iulu] ::::")
:::: Units set to Intergalactic Unicorn Luminiocity Units [iulu] ::::
:::: Plugins loaded ::::
['stats.py']
Expand Down Expand Up @@ -294,7 +294,7 @@ $ docker run --rm --name spuc_container -p 8321:8321 -v spuc-volume:/code/output
```
```output
[...]
:::: Units set to Intergalactic Unicorn Luminiocity Units [iulu] ::::")
:::: Units set to Intergalactic Unicorn Luminiocity Units [iulu] ::::
[...]
```

Expand Down

0 comments on commit 524be99

Please sign in to comment.