...
This commit is contained in:
@@ -113,7 +113,7 @@ pub fn (mut gitstructure GitStructure) get_repo(args_ ReposGetArgs) !&GitRepo {
|
||||
return error('Found more than one repository for \n${args}\n${repos}')
|
||||
}
|
||||
|
||||
//the pull & reset was not used, now re-inserted
|
||||
// the pull & reset was not used, now re-inserted
|
||||
mut repo := repositories[0] or { panic('bug get_repo') }
|
||||
|
||||
if args.pull {
|
||||
|
||||
Reference in New Issue
Block a user