Mercurial > repos > guerler > ffindex_dbkit_create
diff macros.xml @ 2:4700628b25a5 draft
"planemo upload commit 2a0fc8275bfbb76a828082424d346bbe0fd40914"
| author | guerler |
|---|---|
| date | Thu, 01 Apr 2021 19:35:00 +0000 |
| parents | 720df348813f |
| children |
line wrap: on
line diff
--- a/macros.xml Mon Mar 29 21:38:27 2021 +0000 +++ b/macros.xml Thu Apr 01 19:35:00 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>
