]> git.mxchange.org Git - friendica.git/blobdiff - doc/Vagrant.md
Fixed E_NOTICE when 'title' is absent (uninitialized array key) (#5390)
[friendica.git] / doc / Vagrant.md
index a50d24b13816e5ecf7f9b6c8e9e2f6860744befa..a224ebafc2d6cc8e23b4a247a0ef3581625478d9 100644 (file)
@@ -42,7 +42,7 @@ This will not delete the virtual machine.
 9. To ultimately delete the virtual machine run
 
         $> vagrant destroy
-        $> rm /vagrant/config/.htconfig.php
+        $> rm /vagrant/.htconfig.php
 
 to make sure that you can start from scratch with another "vagrant up".