Merge pull request #275 into master

592e08ef client: lib_docker: dev-tools: use fatal error for invalid build types (Aaron Fiore)
This commit was merged in pull request #275.
This commit is contained in:
2026-01-21 11:36:38 -08:00

View File

@@ -2,7 +2,7 @@
# 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
# 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")
;;
*)
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
;;