Skip to content

Commit

Permalink
Revert "ZSH bug fixed from Alpine distribs"
Browse files Browse the repository at this point in the history
This reverts commit 8b1ff55.
  • Loading branch information
Ph3nol committed Jul 31, 2018
1 parent 8b1ff55 commit 36232ae
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/Domain/DockerContainer/Model/DockerContainer.php
Original file line number Diff line number Diff line change
Expand Up @@ -76,12 +76,6 @@ private function init(): void
->addCommand('update-ca-certificates');
}

if (true === $this->isPackageManager(self::PACKAGE_MANAGER_TYPE_APK) &&
true === $this->getService()->getOptions()['zsh']) {
$this
->addPackage('zsh-vcs');
}

$this->initLocale();
}

Expand Down

0 comments on commit 36232ae

Please sign in to comment.