diff --git a/web/support/kb/juju/Local-Charm-Repository.rst b/web/support/kb/juju/Local-Charm-Repository.rst index e27bc77dde17369d246f5146e7daa1633aaf5e99..b4ee01cb30dd4eba8f7a0a2b4626808ba730b0c9 100644 --- a/web/support/kb/juju/Local-Charm-Repository.rst +++ b/web/support/kb/juju/Local-Charm-Repository.rst @@ -78,7 +78,7 @@ If you made some changes to the master version that need to go into the stable b $ git checkout stable/17.02 $ git merge master $ git commit -a - $ git push + $ git push origin stable/17.02 Then revert to master::