commit | 8d92e7aecd9efaa66832083f76a58cb31bc134aa | [log] [tgz] |
---|---|---|
author | Scott Baker <smbaker@gmail.com> | Tue May 12 09:37:37 2015 -0700 |
committer | Scott Baker <smbaker@gmail.com> | Tue May 12 09:37:37 2015 -0700 |
tree | 0c1419038ab2604c99a2b04a000567fd005ece61 | |
parent | 5e0af0811f7646bdabf2471a037062cdd08eea49 [diff] |
fix misspelled executable
diff --git a/xos/observers/hpc/supervisor/hpc-watcher.conf b/xos/observers/hpc/supervisor/hpc-watcher.conf index 864bfa1..e0f4eb1 100644 --- a/xos/observers/hpc/supervisor/hpc-watcher.conf +++ b/xos/observers/hpc/supervisor/hpc-watcher.conf
@@ -1,2 +1,2 @@ [program:hpc-watcher] -command=python /opt/xos/observers/hpc/hpc-watcher.py +command=python /opt/xos/observers/hpc/hpc_watcher.py