Skip to content

Commit 222bdab

Browse files
committed
fix small typo
1 parent 72df85f commit 222bdab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

distribute.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@ function run_source_modules() {
389389
debug "Read $module recipe"
390390
recipe=$RECIPES_PATH/$module/recipe.sh
391391
if [ ! -f $recipe ]; then
392-
error "Recipe $module does not exit"
392+
error "Recipe $module does not exist"
393393
exit -1
394394
fi
395395
source $RECIPES_PATH/$module/recipe.sh

0 commit comments

Comments
 (0)