mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Add a debugging line to the echo command
This commit is contained in:
parent
3a4f2f7ce7
commit
fff3e2ed2e
1 changed files with 1 additions and 0 deletions
|
@ -7,4 +7,5 @@ def echo(text):
|
|||
'''
|
||||
Return a string - used for testing the connection
|
||||
'''
|
||||
print 'Echo got called!'
|
||||
return text
|
||||
|
|
Loading…
Add table
Reference in a new issue