From 5b3f8dd15fe44b3f663fabe7c927b346b5dcd16d Mon Sep 17 00:00:00 2001 From: ge Date: Sun, 15 May 2022 07:20:37 +0300 Subject: [PATCH] fix: Fix shebangs --- tests/parse_uri.bats | 2 +- tests/source_script.bats | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/parse_uri.bats b/tests/parse_uri.bats index b7e4b99..4430111 100644 --- a/tests/parse_uri.bats +++ b/tests/parse_uri.bats @@ -1,4 +1,4 @@ -#! /usr/bin/env bats +#!/usr/bin/env bats # parse_uri() from lib/uri.sh tests. # See: https://bats-core.readthedocs.io/en/latest/index.html diff --git a/tests/source_script.bats b/tests/source_script.bats index 861d8e2..fc6f47c 100644 --- a/tests/source_script.bats +++ b/tests/source_script.bats @@ -1,4 +1,4 @@ -#! /usr/bin/env bats +#!/usr/bin/env bats # source_script() from lib/source.sh tests. # See: https://bats-core.readthedocs.io/en/latest/index.html