Some repositories couldn't be updated, please check application logs for details.
BadCredentialsException: 401 {"message": "Bad credentials", "documentation_url": "https://docs.github.com/rest", "status": "401"}

aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/db.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/db.sh b/src/db.sh
index bf19a81..a4a37a5 100644
--- a/src/db.sh
+++ b/src/db.sh
@@ -205,8 +205,8 @@ link_all_entries() {
if symlink_points_to_shared_file "$entry"; then
dump ' ... up-to-date'
else
- dump " ... not a symlink or doesn't point to the shared file"
- remove_entry "$entry"
+ dump " ... not a symlink or doesn't point to the shared file, adding a symlink"
+ is_dry_run || link_entry "$entry"
fi
else
dump ' ... adding a symlink'