Skip to content

Commit 212aaf9

Browse files
authored
Merge pull request #3282 from OpenNeuroOrg/cli/remote-name
fix(cli): Use lowercase 'openneuro' for local remote names
2 parents d24c7e1 + b0564fd commit 212aaf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/src/worker/git.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ async function commitAnnexBranch(annexKeys: Record<string, string>) {
218218
// Add a remote.log entry if one does not exist
219219
let remoteLog = ""
220220
const newRemoteLog =
221-
`${uuid} autoenable=true name=OpenNeuro type=external externaltype=openneuro encryption=none url=${context.repoEndpoint}\n`
221+
`${uuid} autoenable=true name=openneuro type=external externaltype=openneuro encryption=none url=${context.repoEndpoint}\n`
222222
try {
223223
remoteLog = await context.fs.promises.readFile(
224224
join(context.repoPath, "remote.log"),

0 commit comments

Comments
 (0)