diff options
-rw-r--r-- | lib/spack/spack/cmd/pkg.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/spack/spack/cmd/pkg.py b/lib/spack/spack/cmd/pkg.py index e73c1ec61e..ff31381bbc 100644 --- a/lib/spack/spack/cmd/pkg.py +++ b/lib/spack/spack/cmd/pkg.py @@ -71,6 +71,7 @@ def list_packages(rev): def pkg_add(args): + """Add a package to the git stage.""" for pkg_name in args.packages: filename = spack.repo.path.filename_for_package_name(pkg_name) if not os.path.isfile(filename): |