Skip to content

Commit

Permalink
Update organizing.adoc (#1669)
Browse files Browse the repository at this point in the history
  • Loading branch information
ottlinger authored Aug 18, 2023
1 parent 40624d1 commit e850a8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/modules/ROOT/pages/organizing.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ Example:

Here `resource.properties` will be copied as is and `META-INF/resources/index.html` gets its content from `index.html`.

All locations are relative to the script location.
NOTE: All locations need to be relative to the script location.

WARNING: Currently `jbang edit` and http(s) based script do not work with `//FILES`.

Expand Down Expand Up @@ -111,4 +111,4 @@ For extension less scripts, you can put `#!' header at the beginning to let apps
it is to be treated as a script. To avoid issues when compiling, `jbang` will remove
that line before compilation.

For now this is required for `kubectl` plugin but not `git`. https://github.com/kubernetes/kubectl/issues/822[Issue opened] on this limitation.
For now this is required for `kubectl` plugin but not `git`. https://github.com/kubernetes/kubectl/issues/822[Issue opened] on this limitation.

0 comments on commit e850a8e

Please sign in to comment.