diff options
Diffstat (limited to 'sys-cluster/teleport/teleport-9999.ebuild')
-rw-r--r-- | sys-cluster/teleport/teleport-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-cluster/teleport/teleport-9999.ebuild b/sys-cluster/teleport/teleport-9999.ebuild index 875028053444..99620ea66841 100644 --- a/sys-cluster/teleport/teleport-9999.ebuild +++ b/sys-cluster/teleport/teleport-9999.ebuild @@ -9,7 +9,7 @@ HOMEPAGE="https://gravitational.com/teleport" EGO_PN="github.com/gravitational/${PN}/..." -if [ ${PV} == "9999" ] ; then +if [[ ${PV} == "9999" ]] ; then inherit git-r3 golang-vcs EGIT_REPO_URI="https://github.com/gravitational/${PN}.git" else |