Skip to content

Commit 55b3e60

Browse files
stewmuuki88
authored andcommitted
fix a bug in the ash-template (#897)
1 parent 3b2077a commit 55b3e60

File tree

1 file changed

+1
-1
lines changed
  • src/main/resources/com/typesafe/sbt/packager/archetypes

1 file changed

+1
-1
lines changed

src/main/resources/com/typesafe/sbt/packager/archetypes/ash-template

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ realpath () {
1616
COUNT=$(($COUNT + 1))
1717
done
1818

19-
if [ "$TARGET_FILE" == "." -o "$TARGET_FILE" == ".." ]; then
19+
if [ "$TARGET_FILE" = "." -o "$TARGET_FILE" = ".." ]; then
2020
cd "$TARGET_FILE"
2121
TARGET_FILEPATH=
2222
else

0 commit comments

Comments
 (0)