fixup! change repos folder to a dev folder
This commit is contained in:
parent
c242b0f28c
commit
5bf491847d
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ def --env dev [project?: string, --nonix (-n)] {
|
||||||
|
|
||||||
# Switch directory to the project in case a name was passed
|
# Switch directory to the project in case a name was passed
|
||||||
if $project != null {
|
if $project != null {
|
||||||
let path = $"/dev/($project)"
|
let path = $"~/dev/($project)"
|
||||||
if ($path | path exists) {
|
if ($path | path exists) {
|
||||||
cd $path
|
cd $path
|
||||||
} else {
|
} else {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue