Skip to content

Commit

Permalink
minor style fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
alberthli committed Jul 21, 2024
1 parent 17eec86 commit 6571325
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/build_obelisk.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ if [ -z "$PIXI_ENVIRONMENT_NAME" ]; then
echo -e "/033[1;31mOBELISK_ROOT is not set. Run dev_setup.sh first!\033[0m"
exit 0
fi

echo -e "\033[1;32mBuilding Obelisk messages outside of a pixi env...\033[0m"
cd $OBELISK_ROOT/obelisk_ws
colcon build --symlink-install --parallel-workers $(nproc) \
Expand Down
2 changes: 1 addition & 1 deletion scripts/install_sys_deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@ else
cd $OBELISK_ROOT

echo -e "\033[1;32mSystem dependencies installed successfully!\033[0m"
fi
fi

0 comments on commit 6571325

Please sign in to comment.