Skip to content

Commit f36027a

Browse files
authored
Remove puppet6 reference in README.md
Prior to this commit the README referenced puppet6 which is no longer supported. This commit updates an example usage of litmus to install a newer version of puppet.
1 parent c228e55 commit f36027a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ An example of running the acceptance tests locally with Docker:
107107
4. Install test items; Puppet Agent, our test module, and the puppet-strings gem built from this source code
108108

109109
``` bash
110-
bundle exec rake 'litmus:install_agent[puppet6]'
110+
bundle exec rake 'litmus:install_agent[puppet8]'
111111
bundle exec rake 'litmus:install_modules_from_directory[./spec/fixtures/acceptance/modules]'
112112
bundle exec rake litmus:install_gems
113113
```

0 commit comments

Comments
 (0)