Open akranga opened 1 year ago
Steps to reproduce
hubctl stack ls
ls temp_file
Action result: ls extension created temp file temp_tile that has not been deleted on exit Expected result: actual temp file (mktemp) must be created and then deleted
ls
temp_tile
mktemp
Steps to reproduce
hubctl stack ls
ls temp_file
Action result:
ls
extension created temp filetemp_tile
that has not been deleted on exit Expected result: actual temp file (mktemp
) must be created and then deleted