Skip to content

Commit

Permalink
#1131 Fix interpreter path
Browse files Browse the repository at this point in the history
  • Loading branch information
To-om committed Nov 3, 2022
1 parent f6ee6d5 commit 9ba40cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion analyzers/GoogleVisionAPI/GoogleVisionAPI_WebDetection.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/python3
#!/usr/bin/env python3
# coding:utf-8

from cortexutils.analyzer import Analyzer
Expand Down
2 changes: 1 addition & 1 deletion responders/KnowBe4/KnowBe4.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/python3
#!/usr/bin/env python3
# encoding: utf-8

from cortexutils.responder import Responder
Expand Down

0 comments on commit 9ba40cd

Please sign in to comment.