Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
nnamtug committed May 23, 2024
1 parent aa490ab commit e5ab915
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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 e5ab915

Please sign in to comment.