From 4635460496cad446f742368bdf50bb4c91af69be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ezequiel=20P=C3=A1ssaro?= Date: Fri, 24 Jan 2020 19:25:46 -0300 Subject: [PATCH] Fixed typo (#1013) --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ebaaa093dce..d9827184d9a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -25,7 +25,7 @@ jobs: - name: Build and install TARDIS shell: bash -l {0} run: | - git clone https://github.com/tardis.git tardis-repo-clone + git clone https://github.com/tardis-sn/tardis.git tardis-repo-clone cd tardis-repo-clone; python setup.py install - name: Get TARDIS version number