Skip to content

Commit 4af59a0

Browse files
Fix trailing whitespaces in Deploy.pm
1 parent 4e023e0 commit 4af59a0

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

lib/GLPI/Agent/Task/Deploy.pm

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -715,14 +715,14 @@ file at the root of the deployment package. This file must contain an Ed25519
715715
signature followed by a manifest listing all files in the package and their
716716
SHA-512 hashes.
717717
718-
The B<glpi-sign-package.pl> tool, located in the C<tools/> directory of the
718+
The B<glpi-sign-package.pl> tool, located in the C<tools/> directory of the
719719
agent repository, can be used to generate these signatures.
720720
721-
B<Note about compressed archives:> If the "uncompress" option is enabled in the
722-
Deploy task, the agent extracts the archive and B<deletes it> before verifying
723-
the signature. To use signatures with "uncompress", you should sign the
724-
I<contents> of the archive and include the C<signature.sig> I<inside> the
725-
archive. Alternatively, sign the archive itself but B<do not> enable
721+
B<Note about compressed archives:> If the "uncompress" option is enabled in the
722+
Deploy task, the agent extracts the archive and B<deletes it> before verifying
723+
the signature. To use signatures with "uncompress", you should sign the
724+
I<contents> of the archive and include the C<signature.sig> I<inside> the
725+
archive. Alternatively, sign the archive itself but B<do not> enable
726726
"uncompress" (extract it manually via an Action instead).
727727
728728
Format of the signature file:

0 commit comments

Comments
 (0)