Skip to content

Commit

Permalink
Merge pull request #825 from stackhpc/docs-fix
Browse files Browse the repository at this point in the history
Fix upgrading docs typo
  • Loading branch information
Alex-Welsh authored Dec 7, 2023
2 parents 21794a8 + 2fb3e1b commit c42fce3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/source/operations/upgrading.rst
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,7 @@ Compare the old & new configuration:

.. code-block:: console
diff -ru ~/kolla-diff-{old,new} > ~/kolla-diff.diff
diff -ru ~/kolla-diff/{old,new} > ~/kolla-diff.diff
less ~/kolla-diff.diff
Upgrading the Seed Hypervisor
Expand Down

0 comments on commit c42fce3

Please sign in to comment.