Skip to content

Commit

Permalink
run pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
rwood-97 committed Nov 2, 2023
1 parent 4c54efc commit b8fd1e0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion azure/api_bot/__main__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

import pulumi
from pulumi_azure_native import containerinstance, network, resources, storage

Expand Down
2 changes: 1 addition & 1 deletion azure/api_bot/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -76,4 +76,4 @@ REGINALD_API_URL=""
if [ -e ../.pulumi_env ]; then
REGINALD_API_URL=$(grep "REGINALD_API_URL" ../.pulumi_env | grep -v "^#" | cut -d '"' -f 2)
fi
AZURE_KEYVAULT_AUTH_VIA_CLI=true pulumi config set REGINALD_API_URL "$REGINALD_API_URL"
AZURE_KEYVAULT_AUTH_VIA_CLI=true pulumi config set REGINALD_API_URL "$REGINALD_API_URL"

0 comments on commit b8fd1e0

Please sign in to comment.