Skip to content

Commit

Permalink
Update custom_inventory.markdown
Browse files Browse the repository at this point in the history
Typo correction:
`if => isvaribale( "my_owner" );`
changed to
`if => isvariable( "my_owner" );`

(cherry picked from commit 91d1bdf)
  • Loading branch information
me-coder authored and nickanderson committed Sep 18, 2024
1 parent 17d2cc8 commit f1f0b8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/tutorials/custom_inventory.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ bundle agent tutorials_inventory_owner
reports:
inform_mode::
"$(this.bundle): Discovered Owner='$(my_owner)'"
if => isvaribale( "my_owner" );
if => isvariable( "my_owner" );
}
bundle agent __main__
# @brief Run tutorials_inventory_owner if this policy file is the entry
Expand Down

0 comments on commit f1f0b8d

Please sign in to comment.