fix: Add missing module to list of modules (#294)
Have added the missing hostname module to the list of all modules.
This commit is contained in:
parent
2bdfcb1373
commit
4f17bae315
|
@ -14,10 +14,11 @@ pub const ALL_MODULES: &[&str] = &[
|
|||
"git_branch",
|
||||
"git_status",
|
||||
"golang",
|
||||
"hostname",
|
||||
"jobs",
|
||||
"line_break",
|
||||
"nodejs",
|
||||
"nix_shell",
|
||||
"nodejs",
|
||||
"package",
|
||||
"python",
|
||||
"ruby",
|
||||
|
|
Loading…
Reference in New Issue