Skip to content

Commit e50a096

Browse files
committed
itty bitty baby typo fixes
1 parent db54ede commit e50a096

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

instructions/challenge_2.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ following:
1818
- Once there, the app there needs to be named `run-app`, not `app`
1919

2020
- To ensure both locations always have the same version (e.g. during hotfixes),
21-
make a reference from the binary location to the target location without
22-
copying the actual file. This way, any update or change will reflect in both
21+
make a reference from the binary location to the target location *without
22+
copying the actual file*. This way, any update or change will reflect in both
2323
places at once without needing to manually sync them.

instructions/challenge_3.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ Create that service, and get it running. You need to make sure it runs *even if
1515
the system reboots* -- meaning that if the server is restarted for any reason,
1616
the app service needs to start again *without you starting it manually*.
1717

18-
If for any reason you need to check out more detailed logs of the service, you
19-
can also use the separate `journalctl` command to inspect them.
18+
If for any reason you need to check out more detailed logs of the service you're
19+
creating, you can also use the separate `journalctl` command to inspect them.

instructions/challenge_4.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@ look at the `/opt/app` directory again, you may have noticed that there is a
2424
correctly-installed app binary.
2525

2626
Once you do that, be sure to check the `systemd` and/or `journald` logs of the
27-
new `app-deb.service` to make sure it's running successfully! (and, just like
28-
the last one, that it would keep running after a reboot)
27+
new `app-deb.service` to make sure it's running successfully (and, just like
28+
the last one, that it would keep running after a reboot).

instructions/challenge_6.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ dissappeared while on a golfing trip a few weeks past. We were told that the
88
code was about ready to deploy, just hadn't gotten the chance to merge it into
99
the main branch. See if you can figure out how to get it up and running.
1010

11-
The name of the app is 'carrot-cruncher'. The last dev got the repo set up
11+
The name of the app is "carrot-cruncher". The last dev got the repo set up
1212
somewhere on disk, but they never said where... hopefully you'll able to find
1313
it. When you do, supposedly there was a new working branch pushed to the remote
1414
repo, so you'll need to figure out how to authenticate to that repo.

0 commit comments

Comments
 (0)