From ab468f613b38c9aafc3a571ba339c6eb76ce4186 Mon Sep 17 00:00:00 2001
From: Ruffin <roxfoxpox@gmail.com>
Date: Wed, 2 Oct 2019 18:31:45 -0700
Subject: [PATCH] Update comments

---
 full_ros_build.Dockerfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/full_ros_build.Dockerfile b/full_ros_build.Dockerfile
index 63dcac2e..85667a13 100644
--- a/full_ros_build.Dockerfile
+++ b/full_ros_build.Dockerfile
@@ -6,12 +6,12 @@
 # docker build \
 #   --no-cache \
 #   --tag nav2:full_ros_build \
-#   --file Dockerfile.full_ros_build ./
+#   --file full_ros_build.Dockerfile ./
 #
 # Omit the `--no-cache` if you know you don't need to break the cache.
 # We're only building on top of a ros2 devel image to get the basics
 # prerequisites installed such as the apt source, rosdep, etc. We don't want to
-# actually use any of the ros dashing packages. Instead we are going to build
+# actually use any of the ros release packages. Instead we are going to build
 # everything from source in one big workspace.
 
 ARG FROM_IMAGE=osrf/ros2:devel
-- 
GitLab