Skip to content

Commit e6afe81

Browse files
committed
Renamed that.
1 parent a13e1d0 commit e6afe81

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/script.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@ fi
2727
fun=$1
2828
if [ "$fun" = "help" ] ;then
2929
echo usage
30-
echo $0 Default 'run_kaniko_all' to deploy all found docker deployables
30+
echo $0 Default 'package_all_docker' to deploy all found docker deployables
3131
echo or if OS_APPLICATIONS is defined in all the subdirectories it
3232
exit
3333
fi
3434
if [ -z "$fun" ] ; then
35-
fun="run_kaniko_all"
35+
fun="package_all_docker"
3636
fi
3737
$fun .

0 commit comments

Comments
 (0)