Skip to content

Commit 6b69660

Browse files
committed
Fixed a wrong virtualenv path in bin/mm_hourly
- Legacy-Id: 13705
1 parent 0cc41b9 commit 6b69660

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bin/mm_hourly

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ DTDIR=/a/www/ietf-datatracker/web
1010
cd $DTDIR/
1111

1212
# Set up the virtual environment
13-
source $DTDIR/bin/activate
13+
source $DTDIR/env/bin/activate
1414

1515
$DTDIR/ietf/manage.py import_mailman_listinfo

0 commit comments

Comments
 (0)