Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
michielbdejong committed May 7, 2023
1 parent 449fae8 commit d1eacc5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ func (s *service) getWebdavProtocol(ctx context.Context, share *ocm.Share, m *oc
return &ocmd.WebDAV{
Permissions: perms,
URL: s.webdavURL(ctx, share),
sharedSecret: share.Token,
SharedSecret: share.Token,
}
}

Expand Down

0 comments on commit d1eacc5

Please sign in to comment.