Skip to content

Commit f2e5d1d

Browse files
Update scripts/sdk-create-pr.sh
Co-authored-by: Vicente Pinto <[email protected]>
1 parent 96f750b commit f2e5d1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/sdk-create-pr.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ if [[ -z $4 ]]; then
3737
echo "LANGUAGE not specified, default will be used."
3838
LANGUAGE="go"
3939
else
40-
LANGUAGE="python"
40+
LANGUAGE=$4
4141
fi
4242

4343
# Create temp directory to work on

0 commit comments

Comments
 (0)