Skip to content

Commit

Permalink
Merge pull request #144 from smeech/main
Browse files Browse the repository at this point in the history
Minor correction
  • Loading branch information
smeech authored Dec 13, 2024
2 parents 08770c8 + ded0497 commit 00a68e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/form-list/0.2.0/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ global_vars:
- |
import os
config_path = os.getenv("CONFIG")
print(os.path.join(config_path, "match", "packages", "form-list", "0.2.0", "form_urls.csv"))
print(os.path.join(config_path, "match", "packages", "form-list", "form_urls.csv"))
matches:
- trigger: :forms
Expand Down

0 comments on commit 00a68e4

Please sign in to comment.