Skip to content

Commit 494e381

Browse files
Removed branch from git clone that was accidentally left behind from previous testing
1 parent 44b58be commit 494e381

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

msk-lambda-schema-avro-java-sam/MSKAndKafkaClientEC2.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -551,7 +551,7 @@ Resources:
551551
#Checkout Serverless Patterns from Github
552552
cd /home/ec2-user
553553
SERVERLESS_LAND_GITHUB_LOCATION=${serverless_land_github_location}
554-
git clone -b feature/avro-code-generation $SERVERLESS_LAND_GITHUB_LOCATION
554+
git clone $SERVERLESS_LAND_GITHUB_LOCATION
555555
cd ./serverless-patterns/msk-lambda-schema-avro-java-sam
556556
cp template_original.yaml template.yaml
557557
sudo chown -R ec2-user .

0 commit comments

Comments
 (0)