Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Lost a letter somewhere
  • Loading branch information
rushsteve1 authored Oct 26, 2018
1 parent ea7a6b6 commit bb6a214
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/packager.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
from .yamltools import *
import re
# A constant for the downloaded package cache
PKG_CACHE = os.path.userexpan("~/.carme-cache")
PKG_CACHE = os.path.userexpand("~/.carme-cache")

# Set up logger
FORMAT = 'carme: [%(levelname)s] %(message)s'
Expand Down

0 comments on commit bb6a214

Please sign in to comment.