From 2a1f94edc0e3edc9f6f4b449560d45aaad85dd47 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Sat, 23 Aug 2014 22:30:12 -0400 Subject: mv lib/profiles/ lib/profile/ --- (limited to 'lib/profile.sh') 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 -- cgit v0.9.1