From d75fb2a04dea3399adf22d5bac670cd4a1f7e8c8 Mon Sep 17 00:00:00 2001
From: Tatu Wikman <tatu.wikman@gmail.com>
Date: Fri, 10 Nov 2023 15:11:10 +0200
Subject: [PATCH] add modules/autoupgrade path to the rollback example

---
 basics/keeping-up-to-date/upgrade-module/upgrade-cli.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/basics/keeping-up-to-date/upgrade-module/upgrade-cli.md b/basics/keeping-up-to-date/upgrade-module/upgrade-cli.md
index 42cab0291b..2244a09ddb 100644
--- a/basics/keeping-up-to-date/upgrade-module/upgrade-cli.md
+++ b/basics/keeping-up-to-date/upgrade-module/upgrade-cli.md
@@ -56,7 +56,7 @@ The following parameters are mandatory:
 Example:
 
 ```
-$ php cli-rollback.php --dir=admin-dev --backup=V1.7.5.1_20190502-191341-22e883bd
+$ php modules/autoupgrade/cli-rollback.php --dir=admin-dev --backup=V1.7.5.1_20190502-191341-22e883bd
 ```
 
 ## Full example
@@ -112,4 +112,4 @@ The upgrade process is divided into multiple parts by default. To automate the e
 
 `php modules/autoupgrade/tests/testCliProcess.php modules/autoupgrade/cli-upgrade.php --dir=admin-dev`
 
-By following these steps, your PrestaShop store should be successfully upgraded to the latest version.
\ No newline at end of file
+By following these steps, your PrestaShop store should be successfully upgraded to the latest version.