@raycast/api 1.69.0 → 1.69.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bin/ray +1 -1
- package/package.json +1 -1
package/bin/ray
CHANGED
|
@@ -10,7 +10,7 @@ while [ -L "$source" ]; do
|
|
|
10
10
|
# if $source was a relative symlink, we need to resolve it relative to the path where the symlink file was located
|
|
11
11
|
[[ $source != /* ]] && source=$dir/$source
|
|
12
12
|
done
|
|
13
|
-
bin_dir=$( cd -P "$( dirname "$source" )" >/dev/null 2>&1 && pwd )
|
|
13
|
+
bin_dir=$( cd -P ./"$( dirname "$source" )" >/dev/null 2>&1 && pwd )
|
|
14
14
|
dist_dir=$(dirname "$bin_dir")
|
|
15
15
|
|
|
16
16
|
if [ -z "$bin_dir" ]; then
|