Skip to content

Commit 7149a80

Browse files
committed
style: fix shfmt formatting in array subscript
Made-with: Cursor
1 parent 4e26a26 commit 7149a80

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

grafana/dashboards.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ restore() {
271271
-d "$final_payload" \
272272
"$api_endpoint"
273273

274-
echo "RESTORED $(basename "$dashboard_path") into Grafana folder '${target_grafana_folder_titles_array[${#target_grafana_folder_titles_array[@]}-1]}' (UID: $leaf_folder_to_assign_dashboard_uid) (Conceptual path: $(
274+
echo "RESTORED $(basename "$dashboard_path") into Grafana folder '${target_grafana_folder_titles_array[${#target_grafana_folder_titles_array[@]} - 1]}' (UID: $leaf_folder_to_assign_dashboard_uid) (Conceptual path: $(
275275
IFS=/
276276
echo "${target_grafana_folder_titles_array[*]}"
277277
))"

0 commit comments

Comments
 (0)