Skip to content

Commit

Permalink
grammar correction
Browse files Browse the repository at this point in the history
  • Loading branch information
p-oneil authored Dec 5, 2024
1 parent 2927502 commit ed350df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/courses/advanced/09.md
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ jobs:

- `gold-image` is an arbitrary name we gave this job. It would be more useful if we were running more than one.
- `name` is a simple title for this job.
- `runs-on` declares what operating system we want our runner node to be. We picked Ubuntu (and we suggest you do to to make sure the rest of the workflow commands work correctly).
- `runs-on` declares what operating system we want our runner node to be. We picked Ubuntu (and we suggest you do as well to make sure the rest of the workflow commands work correctly).
- `env` declares environment variables for use by any step of this job. We will go ahead and set a few variables for running InSpec later on:
- `CHEF_LICENSE` will automatically accept the license prompt when you run InSpec the first time so that we don't hang waiting for input!
- `PROFILE` is set to the path of the InSpec profile we will use to test. This will make it easier to refer to the profile multiple times and still make it easy to swap out.
Expand Down

0 comments on commit ed350df

Please sign in to comment.