Skip to content

Commit de8ca6b

Browse files
authored
Merge pull request #8847 from gitbutlerapp/revert-8839-Lane-4
Revert "Settings message - remove the force from the ln -s command"
2 parents ecc1026 + d319c9e commit de8ca6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/desktop/src/components/v3/profileSettings/GeneralSettings.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@
121121
122122
async function cli_command(): Promise<string> {
123123
const path: string = await invoke('cli_path');
124-
const command = 'ln -s ' + path + ' /usr/local/bin/but';
124+
const command = 'ln -sf ' + path + ' /usr/local/bin/but';
125125
return command;
126126
}
127127
</script>

0 commit comments

Comments
 (0)