mirror of
https://github.com/status-im/nim-workspace.git
synced 2025-02-22 07:28:05 +00:00
Bugfix: add-project was failing to call nimble setup when the added project was a full URL
This commit is contained in:
parent
70a4824157
commit
7a3d4d07c1
@ -36,7 +36,7 @@ done
|
|||||||
|
|
||||||
for p in $@
|
for p in $@
|
||||||
do
|
do
|
||||||
pushd $p
|
pushd "$(basename $p)"
|
||||||
nimble setup
|
nimble setup
|
||||||
popd
|
popd
|
||||||
done
|
done
|
||||||
|
Loading…
x
Reference in New Issue
Block a user