Pārlūkot izejas kodu

Fix typo in example/install.sh

Jakub Jirutka 7 gadi atpakaļ
vecāks
revīzija
0e225732f6
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      example/install.sh

+ 1 - 1
example/install.sh

@@ -1,7 +1,7 @@
 #!/bin/sh
 
 # Copy some file from the repository root to the rootfs.
-install -D -m 755 examples/hello_world.rb /app/hello_world.rb
+install -D -m 755 example/hello_world.rb /app/hello_world.rb
 
 # Install some dev packages and gem mailcatcher.
 apk add --no-progress -t .make build-base ruby-dev sqlite-dev