Skip to content

Commit

Permalink
Inspec profiles_path should be a string, not list.
Browse files Browse the repository at this point in the history
  • Loading branch information
fatmcgav authored Aug 3, 2018
1 parent a6b52a3 commit 3f0acab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/packerlicious/community/provisioner.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class Inspec(PackerProvisioner):
'extra_arguments': ([str], False),
'json_config': (str, False),
'local_port': (str, False),
'profiles_path': ([str], False),
'profiles_path': (str, False),
'reporter': ([str], False),
'ssh_host_key_file': (str, False),
'ssh_authorized_key_file': (str, False),
Expand Down

0 comments on commit 3f0acab

Please sign in to comment.