Skip to content

Commit

Permalink
feat(qn): fix put
Browse files Browse the repository at this point in the history
  • Loading branch information
jaronnie committed Feb 20, 2023
1 parent 8bde9d3 commit 19654d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/put.go
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ func putLocalFile(path string, mac *qbox.Mac, bucket string, cfg storage.Config)
if LastSaveKey != "" {
lastSaveKey = LastSaveKey
} else {
lastSaveKey = path
lastSaveKey = upload
}

if overwrite {
Expand Down

0 comments on commit 19654d4

Please sign in to comment.