Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cp: Fix guessing if target url is a directory #2062

Merged
merged 1 commit into from
Mar 7, 2017

Conversation

vadmeste
Copy link
Member

@vadmeste vadmeste commented Mar 7, 2017

This fixes mc cp /etc/issue/ /tmp/new_dir/ where
/tmp/new_dir/ doesn't exist yet.

This fixes `mc cp /etc/issue/ /tmp/new_dir/` where
/tmp/new_dir/ doesn't exist yet.
@codecov-io
Copy link

Codecov Report

Merging #2062 into master will decrease coverage by -0.01%.
The diff coverage is 0%.

@@            Coverage Diff            @@
##           master   #2062      +/-   ##
=========================================
- Coverage    8.38%   8.38%   -0.01%     
=========================================
  Files          90      90              
  Lines        6830    6831       +1     
=========================================
  Hits          573     573              
- Misses       6120    6121       +1     
  Partials      137     137
Impacted Files Coverage Δ
cmd/common-methods.go 0% <0%> (ø)
cmd/cp-url.go 0% <0%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 99682ec...538c0ab. Read the comment docs.

@harshavardhana harshavardhana merged commit 6e8320a into minio:master Mar 7, 2017
@vadmeste vadmeste deleted the fix_remote_dir branch May 29, 2018 20:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants