Merge branch 'development' of github.com:freeflowuniverse/herolib into development
This commit is contained in:
@@ -23,7 +23,6 @@ develop-eggs/
|
||||
downloads/
|
||||
eggs/
|
||||
.eggs/
|
||||
lib/
|
||||
lib64/
|
||||
parts/
|
||||
sdist/
|
||||
|
||||
@@ -99,7 +99,7 @@ pub fn (mut gs GitStructure) do(args_ ReposActionsArgs) !string {
|
||||
provider: args.provider
|
||||
)!
|
||||
|
||||
if repos.len<4 || args.cmd in 'pull,push,commit,delete'.split(',') {
|
||||
if repos.len < 4 || args.cmd in 'pull,push,commit,delete'.split(',') {
|
||||
args.reload = true
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user