Fix typo.

This commit is contained in:
Relintai 2019-12-01 23:38:22 +01:00
parent 11b1403e3f
commit 015e96c123
1 changed files with 1 additions and 1 deletions

View File

@ -179,7 +179,7 @@ opts.Add(EnumVariable('repository_type', 'Type of repositories to clone from fir
opts.Update(env)
Help(opts.GenerateHelpText(env))
rt = env['action']
rt = env['repository_type']
if rt == 'ssh':
repository_index = 1