Skip to content
This repository has been archived by the owner on Dec 17, 2021. It is now read-only.

Commit

Permalink
src/gulpfile.js: Switch epll-release-2016.09 to 1.2.ll1
Browse files Browse the repository at this point in the history
  • Loading branch information
rajivr committed Nov 1, 2016
1 parent 7182a1a commit b95e966
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ gulp.task('copy-opt', function() {
// Copy `extras` to dist
gulp.task('copy-extras', function() {
var copyEpllReleaseRPM =
gulp.src('extras/epll-release-2016.09-1.1.ll1.noarch.rpm')
gulp.src('extras/epll-release-2016.09-1.2.ll1.noarch.rpm')
.pipe(gulp.dest('dist'));

var copyRPMGPGKEY = gulp.src('extras/RPM-GPG-KEY-lambda-epll')
Expand Down

0 comments on commit b95e966

Please sign in to comment.