Skip to content

Commit d87a5b4

Browse files
Fix log message upon call to refresh_pillar
1 parent 6b4997c commit d87a5b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/smart_proxy_salt/cli.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ def highstate(host)
7272
def refresh_pillar(host)
7373
find_salt_binaries
7474
cmd = [@sudo, '-u', Proxy::Salt::Plugin.settings.salt_command_user, @salt, '--async', escape_for_shell(host), 'saltutil.refresh_pillar']
75-
logger.info "Will run state.highstate for #{host}. Full command: #{cmd.join(' ')}"
75+
logger.info "Will run saltutil.refresh_pillar for #{host}. Full command: #{cmd.join(' ')}"
7676
shell_command(cmd)
7777
end
7878

0 commit comments

Comments
 (0)