From 94c34200f132114f7a22311bca41966c7f4ba81a Mon Sep 17 00:00:00 2001 From: Grant Willcox Date: Thu, 24 Sep 2020 09:25:03 -0500 Subject: [PATCH] Add in fix to use relative paths for Gemfile.local.example, thereby fixing review comments --- Gemfile.local.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.local.example b/Gemfile.local.example index 131997c72f..dcde52d15f 100644 --- a/Gemfile.local.example +++ b/Gemfile.local.example @@ -31,5 +31,5 @@ group :local do gem 'lab', '~> 0.2.7' # And this is another way that references local directories to find and compile the gem file as needed. # This is the optimal method for testing Gem PRs such as those in rex-text or rex-powershell. - gem 'rex-powershell', path: '/home/gwillcox-r7/git/rex-powershell' + gem 'rex-powershell', path: '../rex-powershell' end