We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9188d76 commit 4826c8fCopy full SHA for 4826c8f
1 file changed
bin/stashcp
@@ -52,7 +52,7 @@ def doWriteBack(source, destination):
52
scitoken_contents = scitoken_obj.read().strip()
53
54
# Remove the stash:// at the beginning, don't need it
55
- destination = destination.replace("stash://")
+ destination = destination.replace("stash://", "")
56
57
command = "curl -X PUT --fail --upload-file %s -H \"Authorization: Bearer %s\" %s%s" % (source, scitoken_contents, writeback_host, destination)
58
0 commit comments