summaryrefslogtreecommitdiffstats
path: root/lib/profile.sh
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2014-08-23 22:30:12 (EDT)
committer P. J. McDermott <pj@pehjota.net>2014-08-23 22:30:12 (EDT)
commit2a1f94edc0e3edc9f6f4b449560d45aaad85dd47 (patch)
tree63333da3c78510a43c331a273208252edb5ee020 /lib/profile.sh
parent65762290fd7df88271951aa3efb12d469fe998e2 (diff)
mv lib/profiles/ lib/profile/
Diffstat (limited to 'lib/profile.sh')
-rw-r--r--lib/profile.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/profile.sh b/lib/profile.sh
index d3c08ec..95fcea1 100644
--- a/lib/profile.sh
+++ b/lib/profile.sh
@@ -40,7 +40,7 @@ profile_set()
if is_profile "${prof}"; then
profile="${prof}"
- use "profiles/${profile}"
+ use "profile/${profile}"
else
error 1 "$(get_msg 'profile_not_found')" "${prof}"
fi