summaryrefslogtreecommitdiffstats
path: root/lib/profile.sh
diff options
context:
space:
mode:
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