Skip to content

Commit

Permalink
fix inventory script name property bork
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmonkey4eva committed Jan 16, 2020
1 parent 569505d commit e85cfa2
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -38,7 +38,7 @@ public String getPropertyString() {

@Override
public String getPropertyId() {
return "contents";
return "script_name";
}

public static void registerTags() {
Expand Down

0 comments on commit e85cfa2

Please sign in to comment.