diff options
author | cslocum <cslocum@d34015c8-bcbb-4646-8ac8-8ba5febf221d> | 2013-06-28 16:59:42 -0400 |
---|---|---|
committer | cslocum <cslocum@d34015c8-bcbb-4646-8ac8-8ba5febf221d> | 2013-06-28 16:59:42 -0400 |
commit | 8494907d3c7c2277a197e4e96fe294da2625d35c (patch) | |
tree | a399e38772149ae93d71c0c56a5981c0f66c51ca | |
parent | 18ba6ff08bedde1a3a52bcfeaf7f8e77a59d9014 (diff) | |
download | steuermann-8494907d3c7c2277a197e4e96fe294da2625d35c.tar.gz |
jeez, another typo!
git-svn-id: https://svn.stsci.edu/svn/ssb/etal/steuermann/trunk@996 d34015c8-bcbb-4646-8ac8-8ba5febf221d
-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 a52486f..7b0f445 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 dev etc_jwst_dev" + CMD jwst_dev RUN "/data1/nightly/jwst_dev/test-ppsetc -d dev etc_jwst_dev" AFTER delay_four_hours AFTER init/* - CMD trunk RUN "/data1/nightly/jwst_dev/test-ppsetc -d trunk pyetc" + CMD trunk RUN "/data1/nightly/trunk/test-ppsetc -d trunk pyetc" AFTER jwst_dev AFTER init/* |