From 29e83c02c12465f3b2e48ad2b3f10f10373161d7 Mon Sep 17 00:00:00 2001 From: gutmet Date: Sun, 23 Dec 2018 17:53:32 +0100 Subject: [PATCH] ensure that .gitdist in local folder is used --- gitdist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gitdist b/gitdist index fbadd66..5054f40 100755 --- a/gitdist +++ b/gitdist @@ -12,7 +12,7 @@ releaseFolder=/srv/releases files="binary1 binary2 readme.md" suffix=amd64Win (optional)' -source .gitdist || { echo "you need a .gitdist file in your git repo"; leave=true; } +source ./.gitdist || { echo "you need a .gitdist file in your git repo"; leave=true; } if [ -z "$projectName" ] || [ -z "$sshUserHost" ] || [ -z "$sshPort" ] || [ -z "$releaseFolder" ] || [ -z "$files" ]; then echo "not all necessary variables provided - example of a .gitdist file:"