Skip to content

Commit

Permalink
Make COSMOS build script capture new plugin location
Browse files Browse the repository at this point in the history
  • Loading branch information
Jbsco committed May 30, 2024
1 parent 1019e0d commit e775760
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gnd/cosmos/build_cosmos_plugin.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
assembly_dir=$1
# Build all cosmos plugin command and telemetry files:
cd $assembly_dir
plugin=`redo what 2>&1 | grep "cosmos/plugin/" | awk '{ print $2 }'`
plugin=`redo what 2>&1 | grep "cosmos" | awk '{ print $2 }'`
echo $plugin | xargs redo-ifchange
cd - >/dev/null

0 comments on commit e775760

Please sign in to comment.