mirror of
https://github.com/nix-community/nixos-vscode-server.git
synced 2026-08-24 10:14:01 -05:00
fix: forgot to update the path of the patched file at one point
This commit is contained in:
@@ -134,7 +134,7 @@
|
||||
local actual_dir=$bins_dir/$1
|
||||
local patched_file=${installPath}/.$bin.patched
|
||||
|
||||
if [[ -e $actual_dir/.patched ]]; then
|
||||
if [[ -e $patched_file ]]; then
|
||||
return 0
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user