summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorThomas O'Donnell <andytom@users.noreply.github.com>2019-09-05 17:33:24 +0200
committerMatan Kushner <hello@matchai.me>2019-09-05 11:33:24 -0400
commit4f17bae3157d8ddd82af7c630f5ba65de0e8cb90 (patch)
tree98f4d750c85209c79cf71fb4d9a7a1cda9fbd992 /src
parent2bdfcb1373939b16abf4b2e379e834708d22f96b (diff)
fix: Add missing module to list of modules (#294)
Have added the missing hostname module to the list of all modules.
Diffstat (limited to 'src')
-rw-r--r--src/module.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/module.rs b/src/module.rs
index 1a6d2f443..28c309c6d 100644
--- a/src/module.rs
+++ b/src/module.rs
@@ -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",