Skip to content

Commit 4510fc4

Browse files
Update presenter_update.sh
remove errant '$'
1 parent 37cd297 commit 4510fc4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Model/bin/presenter_update.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,5 @@ find $DESTINATION_DIRECTORY -type f -print0 | xargs -0 ls -al
4141
# load produced output into solr
4242
echo $(date -u) starting ssLoadMultipleBatches
4343
ssLoadMultipleBatches $SOLR_URL $DESTINATION_DIRECTORY --replace
44-
$ echo $(date -u) DONE presenter_update
44+
echo $(date -u) DONE presenter_update
4545
kill %1

0 commit comments

Comments
 (0)