Skip to content

Commit 9f59415

Browse files
committed
The . command is deprecated
and the `source` command is preferred fish-shell/fish-shell#310 sign: ruffsl <[email protected]>
1 parent 43131d6 commit 9f59415

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ros2cli/completion/ros2-argcomplete.fish

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# limitations under the License.
1414

1515
if type register-python-argcomplete3 > /dev/null 2>&1
16-
eval "register-python-argcomplete3 --shell fish ros2 | ."
16+
eval "register-python-argcomplete3 --shell fish ros2 | source"
1717
else if type register-python-argcomplete > /dev/null 2>&1
18-
eval "register-python-argcomplete3 --shell fish ros2 | ."
18+
eval "register-python-argcomplete3 --shell fish ros2 | source"
1919
end

0 commit comments

Comments
 (0)