Skip to content

Commit

Permalink
Merge pull request #3349 from nickanderson/isvariable-typo-fix/3.21
Browse files Browse the repository at this point in the history
Update custom_inventory.markdown (3.21)
  • Loading branch information
nickanderson authored Sep 18, 2024
2 parents 17d2cc8 + f1f0b8d commit 0787eb4
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 0787eb4

Please sign in to comment.