From 771b5010e79f6e4be3d65c02da9e9ebeaa7441a9 Mon Sep 17 00:00:00 2001 From: Erik Bershel <110455084+erik-bershel@users.noreply.github.com> Date: Wed, 14 Sep 2022 19:24:53 +0200 Subject: [PATCH] [Ubuntu] Update file name comment - sbt.sh (#6242) --- images/linux/scripts/installers/sbt.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/linux/scripts/installers/sbt.sh b/images/linux/scripts/installers/sbt.sh index 0353961a4..39734d532 100644 --- a/images/linux/scripts/installers/sbt.sh +++ b/images/linux/scripts/installers/sbt.sh @@ -1,6 +1,6 @@ #!/bin/bash -e ################################################################################ -## File: scala.sh +## File: sbt.sh ## Desc: Installs sbt ################################################################################