Skip to content
GitLab
Next
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
GitLab.org
B
Build
omnibus-mirror
runit-cookbook
Commits
d9743804
Commit
d9743804
authored
Jul 08, 2019
by
Tim Smith
Browse files
Fix comment typo
Signed-off-by:
Tim Smith
<
tsmith@chef.io
>
parent
e09a98ca
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
libraries/resource_runit_service.rb
libraries/resource_runit_service.rb
+1
-1
No files found.
libraries/resource_runit_service.rb
View file @
d9743804
...
...
@@ -89,7 +89,7 @@ class Chef
# the default legacy options kept for compatibility with the definition
#
# @return [Hash] if env is the default empty hash then return env_dir valu
u
e. Otherwise return an empty hash
# @return [Hash] if env is the default empty hash then return env_dir value. Otherwise return an empty hash
def
default_options
env
.
empty?
?
{
env_dir:
::
File
.
join
(
sv_dir
,
service_name
,
'env'
)
}
:
{}
end
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment