Skip to content

Commit 2324254

Browse files
committed
Fixed typo
- Legacy-Id: 12107
1 parent 23ff0c5 commit 2324254

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bin/setupenv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ basedir = os.path.dirname(os.path.dirname(__file__))
1212

1313
sys.path.append(basedir)
1414

15-
shutil.copyfile(os.path.join(basedir, 'docker/settings_local.py'), os.path.join(basdir, 'settings_local.py'))
15+
shutil.copyfile(os.path.join(basedir, 'docker/settings_local.py'), os.path.join(basedir, 'settings_local.py'))
1616

1717
from ietf.settings_sqlitetest import * # we don't import from django.conf here, on purpose
1818

0 commit comments

Comments
 (0)