Skip to content

Commit 265a1f2

Browse files
abueideclaude
andcommitted
fix: add ref=main to nested plugin includes
Devbox defaults to fetching from the 'master' branch. Since this repo uses 'main', the nested GitHub includes need an explicit ref parameter. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 3abf2a5 commit 265a1f2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

plugins/react-native/plugin.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"version": "0.0.3",
44
"description": "Aggregates the Android and iOS Devbox plugins for React Native projects.",
55
"include": [
6-
"github:segment-integrations/devbox-plugins?dir=plugins/android",
7-
"github:segment-integrations/devbox-plugins?dir=plugins/ios"
6+
"github:segment-integrations/devbox-plugins?dir=plugins/android&ref=main",
7+
"github:segment-integrations/devbox-plugins?dir=plugins/ios&ref=main"
88
],
99
"packages": {
1010
"curl": "latest",

0 commit comments

Comments
 (0)