Skip to content

Commit a2d705f

Browse files
authored
fix: typo in git instructions (#58)
closes #57
1 parent 27826bd commit a2d705f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/source/acquire_upload/prepare_before_acquisition.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ If you want to store your Instrument metadata file in the Scientific Computing m
359359

360360
Note that you must currently have the `release-v1.0.0` branch of `aind-metadata-mapper` installed:
361361
```bash
362-
git checkout https://github.com/AllenNeuralDynamics/aind-metadata-mapper.git
362+
git clone https://github.com/AllenNeuralDynamics/aind-metadata-mapper.git
363363
cd aind-metadata-mapper
364364
git checkout release-v1.0.0
365365
conda create -n instrument_uploader # or whatever you want your env to be called
@@ -494,4 +494,4 @@ Standardized procedures that are performed by NSB (link?) are uploaded and acces
494494
});
495495
})();
496496
</script>
497-
```
497+
```

0 commit comments

Comments
 (0)