Skip to content

Commit 94c3420

Browse files
committed
Add in fix to use relative paths for Gemfile.local.example, thereby fixing review comments
1 parent a30c0a1 commit 94c3420

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gemfile.local.example

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@ group :local do
3131
gem 'lab', '~> 0.2.7'
3232
# And this is another way that references local directories to find and compile the gem file as needed.
3333
# This is the optimal method for testing Gem PRs such as those in rex-text or rex-powershell.
34-
gem 'rex-powershell', path: '/home/gwillcox-r7/git/rex-powershell'
34+
gem 'rex-powershell', path: '../rex-powershell'
3535
end

0 commit comments

Comments
 (0)