We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a39339 commit fdac60aCopy full SHA for fdac60a
bin/update_puppetfile.sh
@@ -77,7 +77,7 @@ declare OPENVOX_UPSTREAM_MODULES_PATH
77
declare PUPPETFILE
78
79
OPENVOX_UPSTREAM_MODULES_PATH="$(dirname "$(readlink -f "${SCRIPT_NAME}/..")")/modules/upstream"
80
-PUPPETFILE="$(dirname "$(readlink -f "${SCRIPT_NAME}/..")")/Puppetfile"
+PUPPETFILE="$(dirname "$(readlink -f "${SCRIPT_NAME}/..")")/modules/Puppetfile"
81
82
[ $# -eq 0 ] && { ARGFAIL; exit 1; }
83
@@ -249,7 +249,7 @@ EOF
249
echo "Added ${MODULE_NAME} at ${LATEST_TAG} to Puppetfile"
250
fi
251
252
- git add "$PUPPETFILE"
+ git add "$PUPPETFILE"
253
}
254
255
# Function to add new module in linuxaid
Puppetfile modules/PuppetfilePuppetfile renamed to modules/Puppetfile
0 commit comments