Skip to content

Commit

Permalink
Fix typo on CVMFS upload function
Browse files Browse the repository at this point in the history
  • Loading branch information
singiamtel committed Oct 22, 2024
1 parent de421ff commit fcc8061
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion alibuild_helpers/sync.py
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ def fetch_symlinks(self, spec):
))

def upload_symlinks_and_tarball(self, spec):
dieOnError(self.writeStore, "CVMFS backend does not support uploading directly")
dieOnError(True, "CVMFS backend does not support uploading directly")

class S3RemoteSync:
"""Sync package build directory from and to S3 using s3cmd.
Expand Down

0 comments on commit fcc8061

Please sign in to comment.