mirror of
https://github.com/status-im/nim-workspace.git
synced 2025-02-21 15:08:08 +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 $@
|
||||
do
|
||||
pushd $p
|
||||
pushd "$(basename $p)"
|
||||
nimble setup
|
||||
popd
|
||||
done
|
||||
|
Loading…
x
Reference in New Issue
Block a user