Skip to content

Commit

Permalink
Update install.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
vcnovaes committed Oct 20, 2023
1 parent dc17079 commit 0ea935a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ else
fi

# Build the new binary
go build -o "$DESTINATION_PATH/gkilo" ./cmd/main/main.go
go build -o "$DESTINATION_PATH/gkilo" ./src/main.go

# Set the environment variable
export GKILO_HOME="$GKILO_PATH"
Expand Down

0 comments on commit 0ea935a

Please sign in to comment.