diff options
| -rwxr-xr-x | src/fedpkg.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fedpkg.py b/src/fedpkg.py index c6b5115..f2131cf 100755 --- a/src/fedpkg.py +++ b/src/fedpkg.py @@ -65,8 +65,8 @@ def install(args): print('Not implimented yet, got %s' % args) def lint(args): - # not implimented - print('Not implimented yet, got %s' % args) + mymodule = fedpkg.PackageModule(args.path) + print(mymodule.lint()) def local(args): # not implimented |
