Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ludiazv committed Nov 28, 2022
1 parent 4bb3777 commit 37ef180
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion octocitrico.sh
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ if [ "$1" == "build" ] || [ "$1" == "native" ] || [ "$1" == "dbuild" ] ; then
build_start $2 "" $3
elif [ "$1" == "dbuild" ] ; then
# Be sure that the Vagrantfile is the original to avoid compilation prompts
cp $VAGRANT_DIR/Vagrantfile_orig $VAGRAT_DIR/Vagrantfile
cp $VAGRANT_DIR/Vagrantfile_orig $VAGRANT_DIR/Vagrantfile
build_start $2 "docker" $3
else
build_start $2 "native" $3
Expand Down

0 comments on commit 37ef180

Please sign in to comment.