Skip to content

Commit

Permalink
#1362: use devonfw-ide branch for ide-settings as default
Browse files Browse the repository at this point in the history
  • Loading branch information
hohwille committed Dec 15, 2023
1 parent 3528b0a commit aff5561
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/src/main/resources/scripts/command/ide
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ function doUpdateScripts() {
}

function doUpdateSettings() {
local defaultSettingsUrl="https://github.com/devonfw/ide-settings.git"
local defaultSettingsUrl="https://github.com/devonfw/ide-settings.git#devonfw-ide"
if [ ! -d "${SETTINGS_PATH}" ]
then
if [ -n "${1}" ]
Expand Down

0 comments on commit aff5561

Please sign in to comment.