mirror of
https://github.com/inspec/inspec
synced 2024-11-23 21:23:29 +00:00
fix typo
This commit is contained in:
parent
9774ec7984
commit
60618723ef
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ class AptRepository < Vulcano.resource(1)
|
|||
@deb_url = determine_ppa_url(ppa_name)
|
||||
else
|
||||
# this resource is only supported on ubuntu and debian
|
||||
skip_resource 'The `ppa` resource is not supported on your OS yet.'
|
||||
skip_resource 'The `apt` resource is not supported on your OS yet.'
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue