瀏覽代碼

Readme: Fix example with heredoc

Jakub Jirutka 6 年之前
父節點
當前提交
72c7af64e4
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      README.adoc

+ 1 - 1
README.adoc

@@ -47,7 +47,7 @@ sudo ./alpine-make-rootfs \  # <1>
     --packages 'ruby ruby-bigdecimal sqlite' \  # <3>
     --timezone 'Europe/Prague' \  # <4>
     --script-chroot \  # <5>
-    example-$(date +%Y%m%d).tar.gz <<'SHELL'  # <6>
+    example-$(date +%Y%m%d).tar.gz - <<'SHELL'  # <6>
         # Copy some file from the repository root to the rootfs.
         install -D -m 755 examples/hello_world.rb /app/hello_world.rb