We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7773c58 commit bbb7184Copy full SHA for bbb7184
lib/Rex/Commands/Rsync.pm
@@ -122,7 +122,7 @@ sub sync {
122
if ( !exists $opt->{download} && $source !~ m/^\// ) {
123
124
# relative path, calculate from module root
125
- $source = Rex::Helper::Path::get_file_path( $source, caller() );
+ $source = Rex::Helper::Path::get_file_path($source);
126
}
127
128
Rex::Logger::debug("Syncing $source -> $dest with rsync.");
0 commit comments