From ab39638013a788e650b9ffadf82f77e9361fdc8c Mon Sep 17 00:00:00 2001 From: Erik Bershel <110455084+erik-bershel@users.noreply.github.com> Date: Wed, 14 Sep 2022 17:37:36 +0200 Subject: [PATCH] [Ubuntu] Update file name comment - mono.sh (#6241) --- images/linux/scripts/installers/mono.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/linux/scripts/installers/mono.sh b/images/linux/scripts/installers/mono.sh index 6a54dc564..4819765d6 100644 --- a/images/linux/scripts/installers/mono.sh +++ b/images/linux/scripts/installers/mono.sh @@ -1,6 +1,6 @@ #!/bin/bash -e ################################################################################ -## File: cmake.sh +## File: mono.sh ## Desc: Installs Mono ################################################################################