From c0c8e736a31614db93a8d238ee97320be06b3116 Mon Sep 17 00:00:00 2001 From: Agniva De Sarker Date: Wed, 20 Dec 2017 17:22:32 +0530 Subject: [PATCH] remove preceding slash --- pages/linux/export.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/linux/export.md b/pages/linux/export.md index 92e0c93225..c09481e8e2 100644 --- a/pages/linux/export.md +++ b/pages/linux/export.md @@ -12,4 +12,4 @@ - Append something to the PATH variable: -`export PATH=$PATH:{{/path/to/append}}` +`export PATH=$PATH:{{path/to/append}}`