Skip to content

Commit 4f8973f

Browse files
committed
fix lint err
Signed-off-by: tmontfort <tmontfort@nvidia.com>
1 parent 001444b commit 4f8973f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy/utils/setup_benchmarking_resources.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ for mf in "$(dirname "$0")/manifests"/*.yaml; do
7575
log "Skipping $mf (managed by inject_manifest.py)"
7676
continue
7777
fi
78-
78+
7979
if command -v envsubst >/dev/null 2>&1; then
8080
envsubst < "$mf" | kubectl -n "$NAMESPACE" apply -f -
8181
else

0 commit comments

Comments
 (0)