From 47b4c7473a84feefc780c493a0c73a11458a94e4 Mon Sep 17 00:00:00 2001 From: GitHub Date: Mon, 13 Oct 2025 21:09:36 +0000 Subject: [PATCH] install-dependencies: formatted script with shfmt --- build-scripts/install-dependencies | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-scripts/install-dependencies b/build-scripts/install-dependencies index 1d6558463..8d8f4ea82 100755 --- a/build-scripts/install-dependencies +++ b/build-scripts/install-dependencies @@ -17,7 +17,7 @@ # The script can be run as described in the usage message below: usage() { - echo "Usage: PROJECT=[nova|community] EXPLICIT_ROLE=[hub|agent] BUILD_TYPE=[DEBUG|RELEASE] $0" + echo "Usage: PROJECT=[nova|community] EXPLICIT_ROLE=[hub|agent] BUILD_TYPE=[DEBUG|RELEASE] $0" } . "$(dirname "$0")"/functions