treewide: use get_all_packs
[gitweb.git] / builtin / rm.c
index eebdc4aab17d6b96c8f4ba79668d9121ce82f49f..2cbe89e0ae3b7a4801ac27d25fd37306813104ba 100644 (file)
@@ -285,7 +285,7 @@ int cmd_rm(int argc, const char **argv, const char *prefix)
                list.entry[list.nr].is_submodule = S_ISGITLINK(ce->ce_mode);
                if (list.entry[list.nr++].is_submodule &&
                    !is_staging_gitmodules_ok(&the_index))
-                       die (_("Please stage your changes to .gitmodules or stash them to proceed"));
+                       die(_("please stage your changes to .gitmodules or stash them to proceed"));
        }
 
        if (pathspec.nr) {