Skip to content

Commit

Permalink
Merge pull request #125 from oxelson/main
Browse files Browse the repository at this point in the history
removed token
  • Loading branch information
WardF authored Nov 22, 2024
2 parents c83da98 + d0d7fd3 commit 50bb311
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev-makefile
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ $(COVERITY_SCAN_FILE): check

# Scan code using Coverity Scan
coverity-scan: $(COVERITY_SCAN_FILE)
curl --form token=82K450SW7qhKbtYSaXaSVA \
curl --form token=`cat $$HOME/$$tokens/udunits/coverity` \
--form [email protected] \
--form file=@$(COVERITY_SCAN_FILE) \
--form version=`awk '{print $$1; exit}' CHANGE_LOG` \
Expand Down

0 comments on commit 50bb311

Please sign in to comment.