python3Packages.colcon-cd: fix typo to re-enable pythonImportsCheck (#474425)

This commit is contained in:
kirillrdy
2025-12-26 21:00:01 +00:00
committed by GitHub
@@ -38,7 +38,7 @@ buildPythonPackage rec {
"test/test_spell_check.py"
];
pythonImportCheck = [ "colcon_cd" ];
pythonImportsCheck = [ "colcon_cd" ];
meta = {
description = "A shell function for colcon-core to change the current working directory.";