We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e724b3 commit dab8b9dCopy full SHA for dab8b9d
Makefile
@@ -18,4 +18,4 @@ build_agent:
18
cd $(AGENT_DIR) && go build -o swiftwave-agent .
19
20
install_agent: build_agent
21
- cp $(AGENT_DIR)/agent /usr/bin/swiftwave-agent
+ cp $(AGENT_DIR)/swiftwave-agent /usr/bin/swiftwave-agent
0 commit comments