From 5eb0f60ff9efa9ce0424dc26a9bdceea12f7a440 Mon Sep 17 00:00:00 2001 From: sonny Date: Sun, 25 Jun 2023 11:27:21 +0200 Subject: [PATCH] Fix typo --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c29df9f..cfa922b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -26,7 +26,7 @@ production-build: stage: build image: python:3.11 script: - - make install-prod + - make install-production - transip-listen --help only: - main