Skip to content

Commit

Permalink
[ros-setup] add missing tue-install-pipe
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthijsBurgh authored Sep 27, 2022
1 parent 51a9dfe commit 2eb8395
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ros-setup/install.bash
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ then
then
tue-install-debug "No existing GPG key of ROS repository found, adding a new one"
ADD_ROS_GPG_KEY=true
elif gpg --import --import-options show-only "${keyfile}" 2> /dev/null | grep -q expired
elif tue-install-pipe gpg --import --import-options show-only "${keyfile}" 2> /dev/null | grep -q expired
then
tue-install-debug "Updating expired GPG key of ROS repository"
ADD_ROS_GPG_KEY=true
Expand Down

0 comments on commit 2eb8395

Please sign in to comment.