diff --git a/binder/postBuild b/binder/postBuild index c5cb8ce..5ce083a 100644 --- a/binder/postBuild +++ b/binder/postBuild @@ -1 +1 @@ -python -c"import AFQ.data as afd; afd.organize_stanford_data(clear_previous_afq='track')" \ No newline at end of file +python -c"import AFQ.data.fetch as afd; afd.organize_stanford_data(clear_previous_afq='track')" \ No newline at end of file