You've already forked documentation
mirror of
https://github.com/armbian/documentation.git
synced 2026-01-06 10:13:36 -08:00
Should only be one underscore before 500 (#368)
* Should only be one underscore before 500 * Wrong number of underscores in example --------- Co-authored-by: Fred <fred@fdcon.se>
This commit is contained in:
@@ -61,8 +61,8 @@ Hook functions will be sorted by their numerical value; hook functions that do n
|
||||
|
||||
So the examples `run_after_build__do_this` and `run_after_build__500_do_this` are equivalent, and will run
|
||||
|
||||
- sooner than `run_after_build_900_do_smth_else`
|
||||
- later than `run_after_build_300_do_even_another_thing`
|
||||
- sooner than `run_after_build__900_do_smth_else`
|
||||
- later than `run_after_build__300_do_even_another_thing`
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user