Skip to content

Commit

Permalink
fix bug on command in shibb json file
Browse files Browse the repository at this point in the history
  • Loading branch information
pcaskey committed Feb 21, 2017
1 parent 5fe2d05 commit 8ebb9eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shibboleth-appliance.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
},
{
"type": "shell",
"inline": ["sudo centos echo 'TIERBUILD='{{user `build_number`}} > /home/centos/buildenv.bash"]
"inline": ["echo 'TIERBUILD='{{user `build_number`}} > /home/centos/buildenv.bash"]
}
],
"builders": [
Expand Down

0 comments on commit 8ebb9eb

Please sign in to comment.