Merge pull request #61 from AlwaysLivid/shebang-change
wasptool: Change Python shebang to ensure compatibility
This commit is contained in:
commit
52bc1ae188
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
#!/usr/bin/python3
|
#!/usr/bin/env python3
|
||||||
|
|
||||||
# SPDX-License-Identifier: LGPL-3.0-or-later
|
# SPDX-License-Identifier: LGPL-3.0-or-later
|
||||||
# Copyright (c) 2020 Daniel Thompson
|
# Copyright (c) 2020 Daniel Thompson
|
||||||
|
|
Loading…
Reference in a new issue