Skip to content

Commit

Permalink
fix python3 shebang
Browse files Browse the repository at this point in the history
  • Loading branch information
d99kris committed Oct 24, 2020
1 parent b50e481 commit cc5f71e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/cugenwrapper
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/python3
#!/usr/bin/env python3

# Copyright (C) 2017-2018 Kristofer Berggren
# Copyright (C) 2017-2020 Kristofer Berggren
# All rights reserved.
#
# cpuusage is distributed under the BSD 3-Clause license, see LICENSE for details.
Expand Down

0 comments on commit cc5f71e

Please sign in to comment.