We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b14574d commit da4d103Copy full SHA for da4d103
scripts/function-python-build.sh
@@ -30,7 +30,7 @@
30
SCRIPT_PATH="$(dirname -- "${BASH_SOURCE[0]}")"
31
ROOT_PATH="$SCRIPT_PATH/.."
32
FUNCTIONS_PATH="$ROOT_PATH/functions-python"
33
-API_SRC_PATH="$ROOT_PATH/api/src"
+API_SRC_PATH="$ROOT_PATH/api/src/shared"
34
35
# function printing usage
36
display_usage() {
0 commit comments