From 4f17bae3157d8ddd82af7c630f5ba65de0e8cb90 Mon Sep 17 00:00:00 2001 From: Thomas O'Donnell Date: Thu, 5 Sep 2019 17:33:24 +0200 Subject: [PATCH] fix: Add missing module to list of modules (#294) Have added the missing hostname module to the list of all modules. --- src/module.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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",