Skip to content

Commit

Permalink
make-gui.sh: fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrey Elizarov committed May 14, 2024
1 parent c0fdb94 commit 9f54d83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make-gui.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ err() {
}

ergogen_build() {
local target="${1:-run}"; shift
local target="${1:-run}"
docker build \
--target "${target}" \
-t ergogen-gui:latest \
Expand Down

0 comments on commit 9f54d83

Please sign in to comment.