From 3a99d0cce2fe41defc6a33554e65dc0dae95e660 Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Wed, 2 Mar 2016 17:18:04 +0200 Subject: [PATCH] Corrected the sourcing of bundle_certs. --- .bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bashrc b/.bashrc index 0a26e08..e135058 100644 --- a/.bashrc +++ b/.bashrc @@ -57,4 +57,4 @@ gen-csr () { openssl req -new -newkey rsa:4096 -nodes -out $1.csr -keyout $1.key } -. Documents/Shore/bundle_certs/bundle_certs +. $HOME/Documents/Shore/bundle_certs/bundle_certs -- GitLab