commit | b8807ce9b34751e2839958b681bfaca673603999 | [log] [tgz] |
---|---|---|
author | Justin Thaler <thalerj@us.ibm.com> | Fri May 25 19:16:20 2018 -0500 |
committer | Justin Thaler <thalerj@us.ibm.com> | Fri May 25 19:16:20 2018 -0500 |
tree | b76c3fc365e3eee2af078dbca8c9de7fa89130d2 | |
parent | 09df3655779861ca8ed622d57a42241defb11d11 [diff] |
Update path for the python binary Changes the python binary to /usr/bin/python3 instead of the environment path.
diff --git a/thalerj/openbmctool.py b/thalerj/openbmctool.py index 5d220b2..6446d34 100644 --- a/thalerj/openbmctool.py +++ b/thalerj/openbmctool.py
@@ -1,4 +1,4 @@ -#!/usr/bin/env python3 +#!/usr/bin/python3 """ Copyright 2017 IBM Corporation