Skip to content

Commit

Permalink
Updated scripts.
Browse files Browse the repository at this point in the history
  • Loading branch information
ethauvin committed Apr 8, 2019
1 parent 9cc9c66 commit 909b03e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions examples/examples.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/bin/bash

# Version 1.0

if [ $# -eq 0 ]; then
echo "Usage: $0 <arg ...>"
exit 1
Expand Down
4 changes: 2 additions & 2 deletions updatewrappers.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

#
# Version: 1.0
# Version: 1.0.1
#

# set the examples directories
Expand Down Expand Up @@ -42,7 +42,7 @@ updateWrappers() {
then
echo -e " Kobalt $kw UP-TO-DATE"
else
echo "kobalt.version=$kVer" > kobalt/wrapper/kobalt-wrapper.properties
echo -e "kobalt.version=$kVer" > kobalt/wrapper/kobalt-wrapper.properties
echo -e " Kobalt $kVer ${green}UPDATED${std}"
fi
fi
Expand Down

0 comments on commit 909b03e

Please sign in to comment.