diff --git a/Jenkinsfile-dataset-stats b/Jenkinsfile-dataset-stats index 3124322..fa6ae74 100644 --- a/Jenkinsfile-dataset-stats +++ b/Jenkinsfile-dataset-stats @@ -25,7 +25,7 @@ pipeline { stage('Shell Script') { steps { // Stats - sh 'chmod +x s487175-dataset-stats-script.sh' > output.txt + sh 'chmod +x s487175-dataset-stats-script.sh > output.txt' } } stage('Archive file') {