Skip to content

Commit

Permalink
Change shebang to point to env (#339)
Browse files Browse the repository at this point in the history
* Change shebang to point to env

* Convert to spaces

* Convert another file to spaces

* Remove ignore
  • Loading branch information
kbreit committed Jul 16, 2022
1 parent 77a0e98 commit 27b54b4
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion changelogs/fragments/changelog-frags.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
---
trivial:
- Require Changelog fragment
- Require Changelog fragment
3 changes: 3 additions & 0 deletions changelogs/fragments/sublime-utils.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
minor_changes:
- Change shebang in Sublime utils to point to env instead of direct to the path
2 changes: 1 addition & 1 deletion scripts/sublime-build/build.py.generic
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/Users/kbreit/Documents/Programming/ansible_collections/cisco/meraki/venv/bin/python
#!/usr/bin/env python

import subprocess
import sys
Expand Down
1 change: 0 additions & 1 deletion tests/sanity/ignore-2.14.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
plugins/modules/meraki_mx_intrusion_prevention.py validate-modules:invalid-argument-name
scripts/sublime-build/build.py.generic shebang

0 comments on commit 27b54b4

Please sign in to comment.