mirror of
https://github.com/inspec/inspec
synced 2024-11-23 13:13:22 +00:00
lint fix
This commit is contained in:
parent
95c7ba8fe5
commit
7422306ba7
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ module Inspec
|
|||
|
||||
# configure pry shell prompt
|
||||
Pry.config.prompt_name = 'inspec'
|
||||
Pry.prompt = [proc {"\e[0;32m#{Pry.config.prompt_name}>\e[0m "}]
|
||||
Pry.prompt = [proc { "\e[0;32m#{Pry.config.prompt_name}>\e[0m " }]
|
||||
|
||||
# Add a help menu as the default intro
|
||||
Pry.hooks.add_hook(:before_session, :intro) do
|
||||
|
|
Loading…
Reference in a new issue