Merge pull request #117 from WestleyK/remove_commented_code

Remove commented test code
This commit is contained in:
Gregory M. Kurtzer
2021-09-08 16:12:09 -07:00
committed by GitHub

View File

@@ -61,8 +61,6 @@ func CobraRunE(cmd *cobra.Command, args []string) error {
}
}
//return errors.New("Test error")
err = syscall.Chroot(containerPath)
if err != nil {
return errors.Wrap(err, "failed to chroot")