Skip to content

Commit 11f0ec3

Browse files
committed
Fix typo
1 parent 5c76b74 commit 11f0ec3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

providers/app_install.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ def install_or_upgrade(app_file, app_version, directory_name, version_file, splu
7474
end
7575

7676
execute "cd #{splunk_dir}/etc/apps; tar -zxvf #{app_file}" do
77-
notifies :restart, "service[splunk)"
77+
notifies :restart, "service[splunk]"
7878
end
7979

8080
directory "#{splunk_dir}/etc/apps/#{directory_name}/local" do

0 commit comments

Comments
 (0)