Skip to content

Commit

Permalink
Merge pull request #296 from 0xflotus/patch-1
Browse files Browse the repository at this point in the history
fix: small typo in import-action-entrypoint.ql
  • Loading branch information
Robert authored and GitHub committed Nov 10, 2020
2 parents 4b301bd + 1870040 commit 409b71a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion queries/import-action-entrypoint.ql
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @name Import action entrypoint
* @description Importing the entrpoint file for an action is dangerous
* @description Importing the entrypoint file for an action is dangerous
* because the code from that action will be run when the file is imported.
* @kind problem
* @problem.severity error
Expand Down

0 comments on commit 409b71a

Please sign in to comment.