From 9b975700e9f2ac09097ab5870e7f71c5b58f5584 Mon Sep 17 00:00:00 2001 From: Andrew Robbins Date: Tue, 10 Oct 2017 15:47:06 -0400 Subject: Correct erroneous project_action() usage 'project_action' does not carry out the given action for a project, contrary to that which the naming may seem to imply. Replacing the usage of the aforementioned with 'project_action_arguments' provides the intended behavior. --- projects/cbfstool/cbfstool | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'projects/cbfstool') diff --git a/projects/cbfstool/cbfstool b/projects/cbfstool/cbfstool index 3666eb23..eafe2ba9 100755 --- a/projects/cbfstool/cbfstool +++ b/projects/cbfstool/cbfstool @@ -68,7 +68,7 @@ build() { git_project_checkout "$project" "$repository" "$@" fi - project_action "checkout" "vboot" "devices" + project_action_arguments "checkout" "vboot" "devices" mkdir -p "$build_path" -- cgit v1.2.3-70-g09d2