Fixed formatting for helper scripts

This commit is contained in:
James Patrick 2022-09-20 19:14:44 -04:00
parent 9696e3d8e9
commit 255fdd7757
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
#! /bin/bash
#!/usr/bin/env bash
export CONFIG=${XDG_CONFIG_HOME:-~/.config}/tellme/creds

View File

@ -1,4 +1,4 @@
#! /usr/bin/env bash
#!/usr/bin/env bash
GIT_ROOT=$(git root 2> /dev/null)
if [ -z "${GIT_ROOT}" ]; then