Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
nnamtug committed May 23, 2024
1 parent 9f94393 commit f3de61f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions publisher/functions.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
set
if [ -z "${PUBLISHER_ENVIRONMENT}" ]

if [ -"${PUBLISHER_ENVIRONMENT}" != "" ]
then
configfile="${SCRIPT_DIR}/config-${PUBLISHER_ENVIRONMENT}.sh"
else
Expand Down

0 comments on commit f3de61f

Please sign in to comment.