File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -162,7 +162,7 @@ handler() {
162162
163163Bash, by itself, is not very useful for writing serverless function handler logic
164164because it does not have a standard library. For this reason,
165- [ ` import ` ] ( https://import.pw ) is installed and configured by default, which allows
165+ [ ` import ` ] ( https://import.sh ) is installed and configured by default, which allows
166166your script to easily include additional functionality and helper logic.
167167
168168For example, the querystring import may be used to parse input parameters from
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ export IMPORT_DEBUG=1
88IMPORT_BIN=" $IMPORT_CACHE /bin/import"
99echo " Installing \` import\` to \" $IMPORT_BIN \" …"
1010mkdir -p " $( dirname " $IMPORT_BIN " ) "
11- curl -sfLS " https://import.pw " > " $IMPORT_BIN "
11+ curl -sfLS " https://import.sh " > " $IMPORT_BIN "
1212chmod +x " $IMPORT_BIN "
1313echo " Done installing \` import\` "
1414
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ import {
1616fs . chmodSync ( join ( __dirname , 'build.sh' ) , 0o755 ) ;
1717fs . chmodSync ( join ( __dirname , 'bootstrap' ) , 0o755 ) ;
1818
19- // From this list: https://import.pw/importpw/import/ docs/config.md
19+ // From this list: https://import.sh/ docs/config
2020const allowedConfigImports = new Set ( [
2121 'CACHE' ,
2222 'CURL_OPTS' ,
You can’t perform that action at this time.
0 commit comments