Skip to content

Commit

Permalink
Updated jupyter/install.bat to remove /A from SET command.
Browse files Browse the repository at this point in the history
  • Loading branch information
seidewitz committed Jan 11, 2024
1 parent cc36c13 commit 17ac28d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion install/jupyter/install.bat
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
:: SysML 2 Pilot Implementation
:: Copyright (C) 2020 California Institute of Technology ("Caltech")
:: Copyright (C) 2021 Twingineer LLC
:: Copyright (C) 2023 Model Driven Solutions, Inc.
::
:: This program is free software: you can redistribute it and/or modify
:: it under the terms of the GNU Lesser General Public License as published by
Expand All @@ -20,7 +21,7 @@

@echo off

set /A SYSML_VERSION="0.37.0"
set SYSML_VERSION="0.37.0"

echo --- Step 1: Testing Conda installation ---
where conda
Expand Down
1 change: 1 addition & 0 deletions install/jupyter/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
# SysML 2 Pilot Implementation
# Copyright (C) 2020 California Institute of Technology ("Caltech")
# Copyright (C) 2021 Twingineer LLC
# Copyright (C) 2023 Model Driven Solutions, Inc.
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Lesser General Public License as published by
Expand Down

0 comments on commit 17ac28d

Please sign in to comment.