Skip to content

Commit 50f9438

Browse files
committed
updated db path name
1 parent 40fa7b5 commit 50f9438

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

coldfront/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ If interested, you can [view the steps taken](#seeding-the-database-for-the-full
2121

2222
```
2323
./hpcts destroy
24-
cp cf_options/coldfront-full.dump database/coldfront.dump
24+
cp coldfront/db_options/coldfront-full.dump database/coldfront.dump
2525
./hpcts start
2626
```
2727

@@ -292,7 +292,7 @@ Before beginning the tutorial, you must stop the containers, copy in the correct
292292

293293
```
294294
./hpcts destroy
295-
cp cf_options/coldfront-half.dump database/coldfront.dump
295+
cp coldfront/db_options/coldfront-half.dump database/coldfront.dump
296296
./hpcts start
297297
```
298298

0 commit comments

Comments
 (0)