client: lib_docker: dev-tools: use fatal error for invalid build types
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
# docker-finance | modern accounting for the power-user
|
# docker-finance | modern accounting for the power-user
|
||||||
#
|
#
|
||||||
# Copyright (C) 2021-2025 Aaron Fiore (Founder, Evergreen Crypto LLC)
|
# Copyright (C) 2021-2026 Aaron Fiore (Founder, Evergreen Crypto LLC)
|
||||||
#
|
#
|
||||||
# This program is free software: you can redistribute it and/or modify
|
# This program is free software: you can redistribute it and/or modify
|
||||||
# it under the terms of the GNU General Public License as published by
|
# it under the terms of the GNU General Public License as published by
|
||||||
@@ -278,7 +278,7 @@ function lib_docker::__build()
|
|||||||
_files+=("${_path}/Dockerfile.user.in")
|
_files+=("${_path}/Dockerfile.user.in")
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
lib_utils::print_warning "'${global_arg_type}' is not supported for 'dev-tools', using 'default'"
|
lib_utils::die_fatal "'${global_arg_type}' is not supported for 'dev-tools', use 'default' instead"
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
;;
|
;;
|
||||||
|
|||||||
Reference in New Issue
Block a user