Skip to content

Commit fe63bae

Browse files
committed
Update paths in sh_test.sh
Signed-off-by: Anand Joseph <anajoseph@nvidia.com>
1 parent 368a766 commit fe63bae

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tools/text_processing_deployment/sh_test.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,5 +62,5 @@ VERBALIZE_FAR=${CACHE_DIR}_${GRAMMARS}_${INPUT_CASE}/verbalize/verbalize.far
6262

6363
CONFIG=${LANGUAGE}_${GRAMMARS}_${INPUT_CASE}
6464

65-
cp $CLASSIFY_FAR /workspace/sparrowhawk/documentation/grammars_${CONFIG}/en_toy/classify/
66-
cp $VERBALIZE_FAR /workspace/sparrowhawk/documentation/grammars_${CONFIG}/en_toy/verbalize/
65+
cp $CLASSIFY_FAR /workspace/sparrowhawk/documentation/grammars/en_toy/classify/
66+
cp $VERBALIZE_FAR /workspace/sparrowhawk/documentation/grammars/en_toy/verbalize/

0 commit comments

Comments
 (0)