diff options
author | cslocum <cslocum@d34015c8-bcbb-4646-8ac8-8ba5febf221d> | 2013-06-28 16:49:14 -0400 |
---|---|---|
committer | cslocum <cslocum@d34015c8-bcbb-4646-8ac8-8ba5febf221d> | 2013-06-28 16:49:14 -0400 |
commit | 18ba6ff08bedde1a3a52bcfeaf7f8e77a59d9014 (patch) | |
tree | 8eb464c854789a010c73ea45a4f67223b49f6f18 /sm | |
parent | f98c0da5358548cfd6dfcb76a93b87d65a01b59a (diff) | |
download | steuermann-18ba6ff08bedde1a3a52bcfeaf7f8e77a59d9014.tar.gz |
fixing another typo in pyetc.sm
git-svn-id: https://svn.stsci.edu/svn/ssb/etal/steuermann/trunk@995 d34015c8-bcbb-4646-8ac8-8ba5febf221d
Diffstat (limited to 'sm')
-rw-r--r-- | sm/pyetc.sm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sm/pyetc.sm b/sm/pyetc.sm index d4b7063..a52486f 100644 --- a/sm/pyetc.sm +++ b/sm/pyetc.sm @@ -7,11 +7,11 @@ TABLE pyetc HOST etccartier AFTER init/* - CMD jwst_dev RUN "/data1/nightly/trunk/test-ppsetc -d trunk pyetc" + CMD jwst_dev RUN "/data1/nightly/trunk/test-ppsetc -d dev etc_jwst_dev" AFTER delay_four_hours AFTER init/* - CMD trunk RUN "/data1/nightly/jwst_dev/test-ppsetc -d dev etc_jwst_dev" + CMD trunk RUN "/data1/nightly/jwst_dev/test-ppsetc -d trunk pyetc" AFTER jwst_dev AFTER init/* |