Skip to content

Commit 01c765f

Browse files
authored
Merge pull request #158 from layer5labs/fix-snapshot
update provider
2 parents 9b88315 + 6e5d71a commit 01c765f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

uploadApplicationFile.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ RESPONSE=$(curl -s "$MESHERY_SERVER_BASE_URL/api/pattern/import" \
1717
-H 'Accept: */*' \
1818
-H 'Connection: close' \
1919
-H 'Content-Type: application/json' \
20-
-H "Cookie: meshery-provider=Meshery; token=$MESHERY_TOKEN;" \
20+
-H "Cookie: meshery-provider=Layer5; token=$MESHERY_TOKEN;" \
2121
--request POST \
2222
--data "{ \"name\": \"autogenerated\", \"file_name\" : \"manifest.yml\", \"file\" :$MESHERY_PATTERN_FILE }" )
2323

0 commit comments

Comments
 (0)