diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/profile.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/profile.sh b/lib/profile.sh index 2da80e3..ad16867 100644 --- a/lib/profile.sh +++ b/lib/profile.sh @@ -40,6 +40,7 @@ profile_set() if is_profile "${prof}"; then profile="${prof}" + use "profiles/${profile}" else error 1 "$(get_msg 'profile_not_found')" "${prof}" fi |