Skip to content

Commit

Permalink
fix2
Browse files Browse the repository at this point in the history
  • Loading branch information
cail committed Jul 11, 2012
1 parent e968f58 commit 28369a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion upcs
Expand Up @@ -190,7 +190,7 @@ function put_object {


expire_opt="" expire_opt=""
if [[ -n ${expire} ]];then if [[ -n ${expire} ]];then
expire_opt=-H "X-Delete-After: ${expire}" expire_opt="-H \"X-Delete-After: ${expire}\""
fi fi


if [[ ${container} == */* ]];then if [[ ${container} == */* ]];then
Expand Down

0 comments on commit 28369a7

Please sign in to comment.