Fixed formatting for helper scripts
This commit is contained in:
parent
9696e3d8e9
commit
255fdd7757
|
@ -1,4 +1,4 @@
|
||||||
#! /bin/bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
export CONFIG=${XDG_CONFIG_HOME:-~/.config}/tellme/creds
|
export CONFIG=${XDG_CONFIG_HOME:-~/.config}/tellme/creds
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#! /usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
GIT_ROOT=$(git root 2> /dev/null)
|
GIT_ROOT=$(git root 2> /dev/null)
|
||||||
|
|
||||||
if [ -z "${GIT_ROOT}" ]; then
|
if [ -z "${GIT_ROOT}" ]; then
|
||||||
|
|
Loading…
Reference in New Issue
Block a user