From 38cf5c8939dd818123d0785715a11b7d4e3a09f3 Mon Sep 17 00:00:00 2001 From: "D. Ror" Date: Wed, 25 Oct 2023 09:12:38 -0400 Subject: [PATCH] Fix comment description of setRelease.js (#2741) --- scripts/setRelease.js | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/scripts/setRelease.js b/scripts/setRelease.js index c760ae2471..2e3c9019f5 100644 --- a/scripts/setRelease.js +++ b/scripts/setRelease.js @@ -1,6 +1,5 @@ -// Create the config.js file in ./public to specify -// the Runtime Configuration items. -// +// Create the release.js file in ./public/scripts/ +// to hold the current version of The Combine. const spawnSync = require("child_process").spawnSync;