Skip to content

Commit 740f89e

Browse files
committed
remove excess space
1 parent c4e2553 commit 740f89e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/bashly/config_validator.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ def assert_env_var(key, value)
155155
assert_boolean "#{key}.required", value['required']
156156
end
157157

158-
def assert_command(key, value)
158+
def assert_command(key, value)
159159
assert_hash key, value, Script::Command.option_keys
160160

161161
refute value['commands'] && value['args'], "#{key} cannot have both commands and args"

0 commit comments

Comments
 (0)