We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d24c7e1 + b0564fd commit 212aaf9Copy full SHA for 212aaf9
cli/src/worker/git.ts
@@ -218,7 +218,7 @@ async function commitAnnexBranch(annexKeys: Record<string, string>) {
218
// Add a remote.log entry if one does not exist
219
let remoteLog = ""
220
const newRemoteLog =
221
- `${uuid} autoenable=true name=OpenNeuro type=external externaltype=openneuro encryption=none url=${context.repoEndpoint}\n`
+ `${uuid} autoenable=true name=openneuro type=external externaltype=openneuro encryption=none url=${context.repoEndpoint}\n`
222
try {
223
remoteLog = await context.fs.promises.readFile(
224
join(context.repoPath, "remote.log"),
0 commit comments