@adityaaria/spark 6.0.25 → 6.0.26
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bin/spark-install.sh +0 -4
- package/package.json +1 -1
package/bin/spark-install.sh
CHANGED
|
@@ -620,10 +620,6 @@ install_for_agent() {
|
|
|
620
620
|
*)
|
|
621
621
|
# Shell-hook agents: copy manifest to agent-plugin dir
|
|
622
622
|
local plugin_dir="$target_dir/.${agent_id}-plugin"
|
|
623
|
-
# For project scope, put manifest in the target dir itself
|
|
624
|
-
if [ "$SCOPE" = "project" ]; then
|
|
625
|
-
plugin_dir="$(pwd)/.${agent_id}-plugin"
|
|
626
|
-
fi
|
|
627
623
|
if [ -f "$source_path" ]; then
|
|
628
624
|
mkdir -p "$plugin_dir"
|
|
629
625
|
copy_file "$source_path" "$plugin_dir/$manifest_basename"
|