Skip to content
This repository was archived by the owner on Jul 8, 2024. It is now read-only.

Commit f893d6f

Browse files
committed
Reloading chang environment more often won't hurt
1 parent 58cfc92 commit f893d6f

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

sources/chang_compose_init.sh

+2-4
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,8 @@ chang_compose_init() {
66
chang-sync >/dev/null
77
fi
88
if ! chang_compare_commit .chang; then
9-
if ! chang_compare_commit .chang/chang_compose.yml; then
10-
chang_reload
11-
chang_start
12-
fi
9+
chang_reload
10+
chang_start
1311
chang_update_commit .chang
1412
fi
1513
fi

0 commit comments

Comments
 (0)