Mercurial > repos > guerler > ffindex_dbkit_extract
diff macros.xml @ 2:953f0fd655c0 draft
"planemo upload commit 2a0fc8275bfbb76a828082424d346bbe0fd40914"
author | guerler |
---|---|
date | Thu, 01 Apr 2021 19:36:20 +0000 |
parents | 1d9fcf2157e0 |
children |
line wrap: on
line diff
--- a/macros.xml Mon Mar 29 21:46:19 2021 +0000 +++ b/macros.xml Thu Apr 01 19:36:20 2021 +0000 @@ -71,11 +71,11 @@ </token> <token name="@db_source2@"> #if $db_source.db_source_selector == 'indexed': - -sd '${db_source.ffindex.fields.path}.ffdata' - -si '${db_source.ffindex.fields.path}.ffindex' + -sd '${db_source2.ffindex.fields.path}.ffdata' + -si '${db_source2.ffindex.fields.path}.ffindex' #else - -sd '$db_source.ffdata' - -si '$db_source.ffindex' + -sd '$db_source2.ffdata' + -si '$db_source2.ffindex' #end if </token> </macros>