Skip to content

Commit bad278e

Browse files
elihschiffMasterOdin
authored andcommitted
Fixed type where docs said migrator.py but the file is run_migrator.py (Submitty#176)
1 parent bcd5456 commit bad278e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_docs/developer/migrations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ database (for course migrations).
6262
To see additional options, run:
6363

6464
```
65-
sudo python3 /usr/local/submitty/GIT_CHECKOUT/Submitty/migration/migrator.py -h
65+
sudo python3 /usr/local/submitty/GIT_CHECKOUT/Submitty/migration/run_migrator.py -h
6666
```
6767

6868

0 commit comments

Comments
 (0)