diff options
author | Pablo Carranza <pcarranza@gmail.com> | 2017-06-11 00:17:51 +0200 |
---|---|---|
committer | Pablo Carranza <pcarranza@gmail.com> | 2017-06-11 00:17:51 +0200 |
commit | 3226f78614f875b8cf8897024e9a657556575325 (patch) | |
tree | f98384a4cd7412a477d1fa19b1319e56c5bf1437 | |
parent | 3f5936b94df8c8fd271b74c60a356491ab419c05 (diff) | |
download | prometheus-pgbouncer-exporter-3226f78614f875b8cf8897024e9a657556575325.tar prometheus-pgbouncer-exporter-3226f78614f875b8cf8897024e9a657556575325.tar.gz |
Use the right name for the executable
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e18739b..25eafaf 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -12,4 +12,4 @@ unittest: install: script: - python3 setup.py install - - promtheus-pgbouncer-exporter --version + - prometheus-pgbouncer-exporter --version |