COIN: Fix typo in debian packaging instructions

Change-Id: I2d13bd567f790fcf7cff51b133deb9f2220cb73d
Reviewed-by: Toni Saario <toni.saario@qt.io>
(cherry picked from commit 95768e38b74ea4189fd3a12b8848e0101e3ab944)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
Simo Fält 2023-08-15 09:23:42 +03:00 committed by Qt Cherry-pick Bot
parent ce3ca69dc6
commit 2c8a5b5051

View File

@ -39,7 +39,7 @@ instructions:
env_var: COIN_SKIP_DEBIAN env_var: COIN_SKIP_DEBIAN
contains_value: "MISSING_DEBIAN_INST" contains_value: "MISSING_DEBIAN_INST"
- type: ExecuteCommand - type: ExecuteCommand
command: "git checkout {{.Env.DEBIAN_RULES_REF}" command: "git checkout {{.Env.DEBIAN_RULES_REF}}"
maxTimeInSeconds: 900 maxTimeInSeconds: 900
maxTimeBetweenOutput: 900 maxTimeBetweenOutput: 900
userMessageOnFailure: "Failed to checkout debian rules branch" userMessageOnFailure: "Failed to checkout debian rules branch"