commit | b09db7449975aed9be7e9ea235032f8d22cb0b92 | [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 | d9974fc9b55df2464c453d1c8334e4b0de0ee66c [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