From c081ef8cc0eafe95b36b9c415cbcf31012900348 Mon Sep 17 00:00:00 2001 From: Sophie Alpert Date: Tue, 26 Sep 2017 17:18:01 -0700 Subject: [PATCH] Fix comment syntax in tasks/release.sh --- tasks/release.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tasks/release.sh b/tasks/release.sh index c794cf2cbc..0f11bb0d60 100755 --- a/tasks/release.sh +++ b/tasks/release.sh @@ -1,8 +1,8 @@ #!/bin/bash # Copyright (c) 2015-present, Facebook, Inc. - -This source code is licensed under the MIT license found in the -LICENSE file in the root directory of this source tree. +# +# This source code is licensed under the MIT license found in the +# LICENSE file in the root directory of this source tree. # ****************************************************************************** # This releases an update to the `react-scripts` package.