Skip to content

Commit

Permalink
fix: missing log file in file.sh [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Christophe Nouguier committed Mar 25, 2021
1 parent 8abe588 commit b279958
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/file.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
[[ ! -z "${K_FILE-}" ]] && return
K_FILE=1

# Include useful scripts
source ${KARGO_SCRIPTS_PATH}/log.sh

file_exists() {
if [[ -f "$1" ]]; then
return 0
Expand Down

0 comments on commit b279958

Please sign in to comment.