Skip to content

Commit

Permalink
fix bad rename
Browse files Browse the repository at this point in the history
  • Loading branch information
jsirianni committed Jan 23, 2024
1 parent 0be28d3 commit 88f9324
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ validate() {
echo "bindplane_password is required when bindplane_username is not set."
exit 1
else
profile_args="$profile_args --bindplane_username $bindplane_username --bindplane_password $bindplane_password"
profile_args="$profile_args --username $bindplane_username --password $bindplane_password"
fi

if [ -z "$bindplane_username" ] && [ -z "$bindplane_api_key" ]; then
Expand Down

0 comments on commit 88f9324

Please sign in to comment.