Skip to content

Commit dc1ccfc

Browse files
Revert "remove hybrid appset from base"
This reverts commit 7392948.
1 parent 7392948 commit dc1ccfc

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
File renamed without changes.

installer/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,7 @@ else
394394
fi
395395

396396
# 6. Register to git integration
397-
if [[ "$CSDP_MANAGED_RUNTIME" != "true" ]] ; then
397+
if [[ "$CSDP_MANAGED_RUNTIME" -ne "true" ]] ; then
398398
register_to_git_integration
399399

400400
if [[ "$CSDP_CREATE_DEFAULT_GIT_SOURCE" == "true" ]]; then

0 commit comments

Comments
 (0)