various interpolation fixes

This commit is contained in:
phanes
2022-01-23 04:47:15 -05:00
parent c16f464a3e
commit 8def175313
3 changed files with 5 additions and 5 deletions

View File

@@ -146,6 +146,9 @@ int main( int argc, char * argv[] )
help_flag = true;
}
interpolate( config_path );
interpolate( plan_path );
// if the user wants the help screen, just show it and leave
if ( (help_flag) | (! config_flag) | (! plan_flag) )
{