Skip to content
Snippets Groups Projects
Verified Commit cde5a784 authored by Fabian Raab's avatar Fabian Raab
Browse files

fixes folder extraction from full path in metadata

The old way of extraciting the folder path out of the rsync URL-like
syntax fails when used with the rsync protocol.

For example
    echo "rsync://example.org:42/some/folder/" | cut -d : -f 2

returns `//example.org` instead of `/some/folder/` because of the
second `:` which is not present in the ssh URL syntax.
parent f9529d1d
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment