CSC495-2014 / TeamworkEnglewoodGit

GNU General Public License v2.0
5 stars 15 forks source link

GitCommands.php line 38 error #161

Closed cdwainscott closed 10 years ago

cdwainscott commented 10 years ago

originally the code said

$this->wrapper->setPrivateKey('../users/' . $userName . '/id_rsa');

it needs to be changed to

$this->wrapper->setPrivateKey(base_path() . AbstractFileSystem::ROOT . 'users/' . $userName . '/id_rsa');

mikeholler commented 10 years ago

I believe it has been. When's the last time you pulled from upstream?

cdwainscott commented 10 years ago

earlier this evening

mikeholler commented 10 years ago

Okay, @ZAM-, I'm assigning this to you. Should be pretty straightforward.

ZAM- commented 10 years ago

Okay, I'll fix this now.

ZAM- commented 10 years ago

This is why we test! I have made the fix and merged it.