Skip to content

Commit aaeae99

Browse files
authored
ci(0.76): fix typo in nx.json (#2481)
## Summary: Guess the config doesn't like trailing commas. ## Test Plan: CI should pass
1 parent bb154aa commit aaeae99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nx.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"currentVersionResolverMetadata": {
3030
"tag": "v0.76-stable"
3131
},
32-
"fallbackCurrentVersionResolver": "disk",
32+
"fallbackCurrentVersionResolver": "disk"
3333
}
3434
}
3535
}

0 commit comments

Comments
 (0)