1 parent 77dc37d commit 285cf93Copy full SHA for 285cf93
1 file changed
dotenv/cli.py
@@ -49,7 +49,7 @@ def set(ctx, key, value):
49
@click.pass_context
50
@click.argument('key', required=True)
51
def get(ctx, key):
52
- '''Retrive the value for the given key.'''
+ '''Retrieve the value for the given key.'''
53
file = ctx.obj['FILE']
54
stored_value = get_key(file, key)
55
if stored_value:
0 commit comments