Skip to content

Commit

Permalink
Fixed help text typo (#693)
Browse files Browse the repository at this point in the history
Co-authored-by: Ken Celenza <[email protected]>
  • Loading branch information
DistantVoyager and itdependsnetworks authored Jan 9, 2024
1 parent e5c7a09 commit a75b995
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nautobot_golden_config/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -488,7 +488,7 @@ class GoldenConfigSetting(PrimaryModel): # pylint: disable=too-many-ancestors
max_length=255,
blank=True,
verbose_name="Intended Path in Jinja Template Form",
help_text="The Jinja path representation of where the generated file will be places. e.g. `{{obj.location.name|slugify}}/{{obj.name}}.cfg`",
help_text="The Jinja path representation of where the generated file will be placed. e.g. `{{obj.location.name|slugify}}/{{obj.name}}.cfg`",
)
jinja_repository = models.ForeignKey(
to="extras.GitRepository",
Expand Down

0 comments on commit a75b995

Please sign in to comment.