Skip to content

Commit

Permalink
CR:use current version number instead of placeholder text
Browse files Browse the repository at this point in the history
  • Loading branch information
rkraeher committed Oct 18, 2023
1 parent d59fa67 commit 1c506e8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/admin/maintenance/update_workstations.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ update by running the following commands: ::
git fetch --tags
gpg --keyserver hkps://keys.openpgp.org --recv-key \
"2359 E653 8C06 13E6 5295 5E6C 188E DD3B 7B22 E6A3"
git tag -v <your_securedrop_version>
git tag -v 2.6.1

The output should include the following two lines: ::

Expand All @@ -37,9 +37,9 @@ on the screen of your workstation. A warning that the key is not certified
is normal and expected. If the output includes the lines above, you can check
out the new release: ::

git checkout <your_securedrop_version>
git checkout 2.6.1

.. important:: If you do see the warning "refname '<your_securedrop_version>' is ambiguous" in the
.. important:: If you do see the warning "refname '2.6.1' is ambiguous" in the
output, we recommend that you contact us immediately at [email protected]
(`GPG encrypted <https://securedrop.org/sites/default/files/fpf-email.asc>`__).

Expand Down

0 comments on commit 1c506e8

Please sign in to comment.