sync: from oto_cli v1.1.4
This commit is contained in:
parent
80ec36ff6c
commit
d49b2b7c6d
2 changed files with 1 additions and 2 deletions
|
|
@ -1 +1 @@
|
|||
1.1.3
|
||||
1.1.4
|
||||
|
|
|
|||
|
|
@ -132,7 +132,6 @@ if [[ "$IS_FRAMEWORK" == "1" ]]; then
|
|||
else
|
||||
echo " 이후 진행: common/ 동기화"
|
||||
sync_common "$SRC_AO" "$DST_AO"
|
||||
cp "$SRC_AO/.version" "$DST_AO/.version"
|
||||
apply_entry_files "$SRC_AO/rules/common/rules.md" "$TARGET"
|
||||
fi
|
||||
echo -e "${GREEN}✓ 완료 → $(basename "$TARGET")${RESET}"
|
||||
|
|
|
|||
Loading…
Reference in a new issue