Selaa lähdekoodia

Correction in the line 38 (#2628)

MonsieurP0uet 6 vuotta sitten
vanhempi
commit
67fc72fb61
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      docs/en/admins/07_LinuxUpdate.md

+ 1 - 1
docs/en/admins/07_LinuxUpdate.md

@@ -35,7 +35,7 @@ If there's not an update, you're done! If there is, continue the following steps
 
 
 5. Discard manual changes and delete manual additions
 5. Discard manual changes and delete manual additions
 ```
 ```
-get reset --hard
+git reset --hard
 git clean -f -d
 git clean -f -d
 ```
 ```