before prototype forum

This commit is contained in:
Peter Cottle 2013-08-01 12:19:58 -07:00
parent f507ceb152
commit e7709223c3
8 changed files with 167 additions and 124 deletions

View file

@ -457,7 +457,8 @@ var instantCommands = [
intl.str('git-supported-commands'),
'<br/>'
];
var commands = commands.getOptionMap()['git'];
var commands = require('../commands').commands.getOptionMap()['git'];
// build up a nice display of what we support
_.each(commands, function(commandOptions, command) {
lines.push('git ' + command);