Skip to content

Commit

Permalink
#341 fix corto install without arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
SanderMertens committed Apr 9, 2016
1 parent 4d84adf commit cadc0e0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tools/corto/src/cortotool_install.c
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,10 @@ corto_int16 cortotool_install(int argc, char *argv[]) {
installLocal = TRUE;
}
}
} else {
if (cortotool_validProject()) {
installLocal = TRUE;
}
}

if (installLocal) {
Expand Down

0 comments on commit cadc0e0

Please sign in to comment.