Skip to content

Commit

Permalink
ipmitool: change shebang to use python3
Browse files Browse the repository at this point in the history
Signed-off-by: Heiko Thiery <[email protected]>
  • Loading branch information
hthiery committed Feb 7, 2022
1 parent 96c6719 commit 471e609
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyipmi/ipmitool.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3

# Copyright (c) 2014 Kontron Europe GmbH
#
Expand Down

0 comments on commit 471e609

Please sign in to comment.