Skip to content

Commit

Permalink
itty bitty baby typo fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ryapric committed Jan 6, 2025
1 parent db54ede commit e50a096
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions instructions/challenge_2.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ following:
- Once there, the app there needs to be named `run-app`, not `app`

- To ensure both locations always have the same version (e.g. during hotfixes),
make a reference from the binary location to the target location without
copying the actual file. This way, any update or change will reflect in both
make a reference from the binary location to the target location *without
copying the actual file*. This way, any update or change will reflect in both
places at once without needing to manually sync them.
4 changes: 2 additions & 2 deletions instructions/challenge_3.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ Create that service, and get it running. You need to make sure it runs *even if
the system reboots* -- meaning that if the server is restarted for any reason,
the app service needs to start again *without you starting it manually*.

If for any reason you need to check out more detailed logs of the service, you
can also use the separate `journalctl` command to inspect them.
If for any reason you need to check out more detailed logs of the service you're
creating, you can also use the separate `journalctl` command to inspect them.
4 changes: 2 additions & 2 deletions instructions/challenge_4.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ look at the `/opt/app` directory again, you may have noticed that there is a
correctly-installed app binary.

Once you do that, be sure to check the `systemd` and/or `journald` logs of the
new `app-deb.service` to make sure it's running successfully! (and, just like
the last one, that it would keep running after a reboot)
new `app-deb.service` to make sure it's running successfully (and, just like
the last one, that it would keep running after a reboot).
2 changes: 1 addition & 1 deletion instructions/challenge_6.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dissappeared while on a golfing trip a few weeks past. We were told that the
code was about ready to deploy, just hadn't gotten the chance to merge it into
the main branch. See if you can figure out how to get it up and running.

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

0 comments on commit e50a096

Please sign in to comment.