diff --git a/packages/loot-core/bin/build-browser b/packages/loot-core/bin/build-browser
index c2888de823ca6b35f5943d96f30ec9d697edc347..0ae89a500eceb6c42310b8b175c414b188844232 100755
--- a/packages/loot-core/bin/build-browser
+++ b/packages/loot-core/bin/build-browser
@@ -23,7 +23,7 @@ if [ $NODE_ENV == 'development' ]; then
   # will block
   WEBPACK_ARGS="$WEBPACK_ARGS --watch"
   if [ "$OSTYPE" == "msys" ]; then
-    // Ensure symlinks are created as native Windows symlinks.
+    # Ensure symlinks are created as native Windows symlinks.
     export MSYS=winsymlinks:nativestrict
   fi
   ln -snf "$ROOT"/../lib-dist/browser ../../desktop-client/public/kcab