Skip to content

Commit

Permalink
more
Browse files Browse the repository at this point in the history
  • Loading branch information
darinpope committed Feb 2, 2021
1 parent 3de33d2 commit 5e80379
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vars/loadLinuxScript.groovy
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
def call(Map config) {
def call(Map config = [:]) {
def scriptcontents = libraryResource "com/planetpope/scripts/linux/${config.name}"
writeFile file: "${config.name}", text: scriptcontents
sh "chmod a+x ./${config.name}"
Expand Down

0 comments on commit 5e80379

Please sign in to comment.