summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMatan Kushner <hello@matchai.me>2019-08-13 15:06:10 -0400
committerMatan Kushner <hello@matchai.me>2019-08-13 15:06:10 -0400
commitd296432908560bce63dde00be074a3723210b782 (patch)
tree74cfd6bc8e05ed642f3885ef645fe3c0e57920f2 /src
parentbab69c01c4013699c48647eeffb21d1827c53828 (diff)
fix: Fix exception caused by the golang module
Fixes #148
Diffstat (limited to 'src')
-rw-r--r--src/print.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/print.rs b/src/print.rs
index 6526991b3..918d3f19d 100644
--- a/src/print.rs
+++ b/src/print.rs
@@ -16,7 +16,7 @@ const PROMPT_ORDER: &[&str] = &[
"nodejs",
"rust",
"python",
- "go",
+ "golang",
"cmd_duration",
"line_break",
"jobs",