Skip to content

Commit

Permalink
Move deploy logic to script
Browse files Browse the repository at this point in the history
  • Loading branch information
ruanformigoni committed Apr 28, 2024
1 parent 77ae683 commit 033c383
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/flatimage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ function build()

function main()
{
case "$@" in
case "$1" in
"fetch") fetch ;;
"build") build "$2" ;;
esac
Expand Down

0 comments on commit 033c383

Please sign in to comment.