Skip to content

Commit

Permalink
Fix copy-n-paste bug
Browse files Browse the repository at this point in the history
  • Loading branch information
mlschroe committed Oct 27, 2017
1 parent 08e838b commit 41b6148
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-recipe-fissile
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ recipe_build_fissile() {
fi
# Create containerinfo
disturlarg=()
` test -n "$DISTURL" && disturlarg=("--disturl" "$DISTURL")
test -n "$DISTURL" && disturlarg=("--disturl" "$DISTURL")
perl -I$BUILD_DIR -MBuild::Docker -e Build::Docker::showcontainerinfo -- "${disturlarg[@]}" '' "$filename.tar" "$image" containers/annotation> "$BUILD_ROOT$TOPDIR/FISSILE/$filename.containerinfo"
done

Expand Down

0 comments on commit 41b6148

Please sign in to comment.