Running command `./os-diff pull --update ` is not copying files to local /tmp/tripleo dir as expected. My os-diff.cfg is: ``` [Default] local_config_dir=/tmp/ service_config_file=config.yaml [Tripleo] ssh_cmd=ssh -F ~/.ssh/config director_host=osp-controller-0 container_engine=podman sudo=True connection=ssh remote_config_path=/tmp/tripleo local_config_path=/tmp/ [Openshift] ocp_local_config_path=/tmp/ocp connection=local ssh_cmd="" ``` I suspect the bug was introduced in [https://github.com/openstack-k8s-operators/os-diff/pull/54](https://github.com/openstack-k8s-operators/os-diff/pull/54/commits/c1e6d21658ba791009907fe59148dee5a316cce3) There is missing host in rsync command before colon in [line 223](https://github.com/openstack-k8s-operators/os-diff/pull/54/commits/c1e6d21658ba791009907fe59148dee5a316cce3#diff-bedbe92229352769b6b7d1b6d64ce56fd42d6d4e18213b2a51a21249ae4cee8bR223 ) or maybe if should be `undercloud == ""` in [line 222](https://github.com/openstack-k8s-operators/os-diff/pull/54/commits/c1e6d21658ba791009907fe59148dee5a316cce3#diff-bedbe92229352769b6b7d1b6d64ce56fd42d6d4e18213b2a51a21249ae4cee8bR222)