fix: use https for atuin sync
Signed-off-by: Lander Van den Bulcke <landervandenbulcke@gmail.com>
This commit is contained in:
parent
82d1358e0a
commit
54fcef2edc
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@
|
||||||
|
|
||||||
settings = {
|
settings = {
|
||||||
auto_sync = true;
|
auto_sync = true;
|
||||||
sync_address = "http://atuin.escapeangle.com";
|
sync_address = "https://atuin.escapeangle.com";
|
||||||
sync_frequency = "30m";
|
sync_frequency = "30m";
|
||||||
update_check = false;
|
update_check = false;
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue